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