borderStyle property
String?
get
borderStyle
CSS styling property that will be applied to text enclosed by a decoration. Better use 'border' for setting one or more of the individual border properties.
Implementation
_i2.String? get borderStyle => _i5.getProperty(
this,
'borderStyle',
);
set
borderStyle
(String? value)
Implementation
set borderStyle(_i2.String? value) {
_i5.setProperty(
this,
'borderStyle',
value ?? _i6.undefined,
);
}