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