Gets the value of "table-layout"
String get tableLayout => getPropertyValue('table-layout');
Sets the value of "table-layout"
set tableLayout(String value) { setProperty('table-layout', value, ''); }