flutter_json_widgets
widget
ExpansionTile
ExpansionTile.fromJson factory constructor
ExpansionTile.fromJson
ExpansionTile.fromJson
constructor
Null safety
ExpansionTile.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory ExpansionTile.fromJson(Map<String, dynamic> json) = _$ExpansionTile.fromJson;
flutter_json_widgets
widget
ExpansionTile
ExpansionTile.fromJson factory constructor
ExpansionTile class
Constructors
ExpansionTile
fromJson
Properties
backgroundColor
children
childrenPadding
clipBehavior
collapsedBackgroundColor
collapsedIconColor
collapsedShape
collapsedTextColor
controlAffinity
copyWith
expandedAlignment
expandedCrossAxisAlignment
hashCode
iconColor
initiallyExpanded
key
leading
maintainState
runtimeType
shape
subtitle
textColor
tilePadding
title
trailing
Methods
map
mapOrNull
maybeMap
maybeWhen
noSuchMethod
toJson
toString
when
whenOrNull
Operators
operator ==