border property

String? get border

CSS styling property that will be applied to text enclosed by a decoration.

Implementation

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

Implementation

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