Flutter
material
DataTable
columns property
columns
DataTable class
Constructors
DataTable
Properties
columns
onSelectAll
rows
sortAscending
sortColumnIndex
hashCode
key
runtimeType
Methods
build
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==
columns property
List
<
DataColumn
>
columns
final
The configuration and labels for the columns in the table.
Implementation
final List<DataColumn> columns