flutter_json_widgets
widget
DataTable
DataTable.fromJson factory constructor
DataTable.fromJson
DataTable.fromJson
constructor
Null safety
DataTable.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory DataTable.fromJson(Map<String, dynamic> json) = _$DataTable.fromJson;
flutter_json_widgets
widget
DataTable
DataTable.fromJson factory constructor
DataTable class
Constructors
DataTable
fromJson
Properties
border
checkboxHorizontalMargin
clipBehavior
columns
columnSpacing
copyWith
dataRowColor
dataRowHeight
dataTextStyle
decoration
dividerThickness
hashCode
headingRowColor
headingRowHeight
headingTextStyle
horizontalMargin
key
onDeselectAll
onSelectAll
rows
runtimeType
showBottomBorder
showCheckboxColumn
sortAscending
sortColumnIndex
Methods
map
mapOrNull
maybeMap
maybeWhen
noSuchMethod
toJson
toString
when
whenOrNull
Operators
operator ==