insetBlockStart property

String insetBlockStart

Implementation

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

Implementation

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