columns property
int
get
columns
Returns the number of columns in the table.
To add a new column, use insertColumn.
Implementation
int get columns => _table[0].length;
Returns the number of columns in the table.
To add a new column, use insertColumn.
int get columns => _table[0].length;