gap property

String gap

Implementation

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

Implementation

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