gridRowStart property

String get gridRowStart

Implementation

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

Implementation

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