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