boxSizing property
String
get
boxSizing
Implementation
_i2.String get boxSizing => _i4.getProperty(
this,
'boxSizing',
);
set
boxSizing
(String value)
Implementation
set boxSizing(_i2.String value) {
_i4.setProperty(
this,
'boxSizing',
value,
);
}