String tableLayout

Gets the value of "table-layout"

Source

String get tableLayout => this._tableLayout;
void tableLayout=(String value)

Sets the value of "table-layout"

Source

set tableLayout(String value) {
  _tableLayout = value == null ? '' : value;
}