marginHeight property
String
get
marginHeight
Sets or retrieves the top and bottom margin heights before displaying the text in a frame. @deprecated
Implementation
_i2.String get marginHeight => _i4.getProperty(
this,
'marginHeight',
);
set
marginHeight
(String value)
Implementation
set marginHeight(_i2.String value) {
_i4.setProperty(
this,
'marginHeight',
value,
);
}