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