display property
Gets the value of "display"
Implementation
String get display => getPropertyValue('display');
Sets the value of "display"
Implementation
set display(String value) {
setProperty('display', value, '');
}
Gets the value of "display"
String get display => getPropertyValue('display');
Sets the value of "display"
set display(String value) {
setProperty('display', value, '');
}