width property

String width

Implementation

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

Implementation

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