Gets the value of "table-layout"
Source
String get tableLayout => getPropertyValue('table-layout');
Sets the value of "table-layout"
Source
set tableLayout(String value) {
setProperty('table-layout', value, '');
}
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, '');
}