maxWidth property
Gets the value of "max-width"
Implementation
String get maxWidth => getPropertyValue('max-width');
Sets the value of "max-width"
Implementation
set maxWidth(String value) {
setProperty('max-width', 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 "max-width"
String get maxWidth => getPropertyValue('max-width');
Sets the value of "max-width"
set maxWidth(String value) {
setProperty('max-width', value, '');
}