Flutter
material
DataTable
columns property
columns
description
columns
property
Null safety
List
<
DataColumn
>
columns
final
The configuration and labels for the columns in the table.
Implementation
final List<DataColumn> columns;
Flutter
material
DataTable
columns property
DataTable class
Constructors
DataTable
Properties
border
checkboxHorizontalMargin
columns
columnSpacing
dataRowColor
dataRowHeight
dataTextStyle
decoration
dividerThickness
hashCode
headingRowColor
headingRowHeight
headingTextStyle
horizontalMargin
key
onSelectAll
rows
runtimeType
showBottomBorder
showCheckboxColumn
sortAscending
sortColumnIndex
Methods
build
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==