gridRow property

String get gridRow

Implementation

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

Implementation

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