width property

double? get width

Implementation

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

Implementation

set width(_i2.double? value) {
  _i4.setProperty(
    this,
    'width',
    value ?? _i6.undefined,
  );
}