width property

num? get width

Implementation

_i2.num? get width => _i5.getProperty(
      this,
      'width',
    );
set width (num? value)

Implementation

set width(_i2.num? value) {
  _i5.setProperty(
    this,
    'width',
    value ?? _i7.undefined,
  );
}