flutter_json_widgets
widget
Tab
Tab.fromJson factory constructor
Tab.fromJson
Tab.fromJson
constructor
Null safety
Tab.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory Tab.fromJson(Map<String, dynamic> json) = _$Tab.fromJson;
flutter_json_widgets
widget
Tab
Tab.fromJson factory constructor
Tab class
Constructors
Tab
fromJson
Properties
child
copyWith
hashCode
height
icon
iconMargin
key
runtimeType
text
Methods
map
mapOrNull
maybeMap
maybeWhen
noSuchMethod
toJson
toString
when
whenOrNull
Operators
operator ==