flutter_json_widgets
widget
MaterialButton
MaterialButton.fromJson factory constructor
MaterialButton.fromJson
MaterialButton.fromJson
constructor
Null safety
MaterialButton.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory MaterialButton.fromJson(Map<String, dynamic> json) = _$MaterialButton.fromJson;
flutter_json_widgets
widget
MaterialButton
MaterialButton.fromJson factory constructor
MaterialButton class
Constructors
MaterialButton
fromJson
Properties
animationDuration
autofocus
child
clipBehavior
color
colorBrightness
copyWith
disabledColor
disabledElevation
disabledTextColor
elevation
enableFeedback
focusColor
focusElevation
hashCode
height
highlightColor
highlightElevation
hoverColor
hoverElevation
key
materialTapTargetSize
minWidth
mouseCursor
onLongPress
onPressed
padding
runtimeType
shape
splashColor
textColor
visualDensity
Methods
map
mapOrNull
maybeMap
maybeWhen
noSuchMethod
toJson
toString
when
whenOrNull
Operators
operator ==