boxSizing property

String boxSizing

Implementation

_i2.String get boxSizing => _i4.getProperty(
      this,
      'boxSizing',
    );
void boxSizing=(String value)

Implementation

set boxSizing(_i2.String value) {
  _i4.setProperty(
    this,
    'boxSizing',
    value,
  );
}