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