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