gridRowStart property

String gridRowStart

Implementation

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

Implementation

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