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