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, '');
}
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Gets the value of "display"
String get display => getPropertyValue('display');
Sets the value of "display"
set display(String value) {
setProperty('display', value, '');
}