flutter_json_widgets
widget
Icon
Icon.fromJson factory constructor
Icon.fromJson
Icon.fromJson
constructor
Null safety
Icon.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory Icon.fromJson(Map<String, dynamic> json) = _$Icon.fromJson;
flutter_json_widgets
widget
Icon
Icon.fromJson factory constructor
Icon class
Constructors
Icon
fromJson
Properties
color
copyWith
fill
grade
hashCode
icon
key
opticalSize
runtimeType
semanticLabel
shadows
size
textDirection
weight
Methods
map
mapOrNull
maybeMap
maybeWhen
noSuchMethod
toJson
toString
when
whenOrNull
Operators
operator ==