tableLayout property

String tableLayout

Implementation

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

Implementation

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