tableLayout property
String
get
tableLayout
Implementation
_i2.String get tableLayout => _i4.getProperty(
this,
'tableLayout',
);
set
tableLayout
(String value)
Implementation
set tableLayout(_i2.String value) {
_i4.setProperty(
this,
'tableLayout',
value,
);
}