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