marginWidth property

String marginWidth

Sets or retrieves the left and right margin widths before displaying the text in a frame. @deprecated

MDN Reference

Implementation

_i2.String get marginWidth => _i4.getProperty(
      this,
      'marginWidth',
    );
void marginWidth=(String value)

Implementation

set marginWidth(_i2.String value) {
  _i4.setProperty(
    this,
    'marginWidth',
    value,
  );
}