minWidth property

String minWidth

Implementation

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

Implementation

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