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