boxSizing property Null safety
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, '');
}