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