flutter_json_widgets
widget
NavigationBar
NavigationBar.fromJson factory constructor
NavigationBar.fromJson
NavigationBar.fromJson
constructor
Null safety
NavigationBar.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory NavigationBar.fromJson(Map<String, dynamic> json) = _$NavigationBar.fromJson;
flutter_json_widgets
widget
NavigationBar
NavigationBar.fromJson factory constructor
NavigationBar class
Constructors
NavigationBar
fromJson
Properties
animationDuration
backgroundColor
copyWith
destinations
elevation
hashCode
height
indicatorColor
indicatorShape
key
labelBehavior
onDestinationSelected
runtimeType
selectedIndex
shadowColor
surfaceTintColor
Methods
map
mapOrNull
maybeMap
maybeWhen
noSuchMethod
toJson
toString
when
whenOrNull
Operators
operator ==