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