insetBlockEnd property

String insetBlockEnd

Implementation

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

Implementation

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