height property
String?
get
height
CSS styling property that will be applied to the decoration attachment.
Implementation
_i2.String? get height => _i5.getProperty(
this,
'height',
);
set
height
(String? value)
Implementation
set height(_i2.String? value) {
_i5.setProperty(
this,
'height',
value ?? _i6.undefined,
);
}