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