width property

String? get width

CSS styling property that will be applied to the decoration attachment.

Implementation

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

Implementation

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