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