Flutter
material
MaterialButton
child property
child
description
child
property
Null safety
Widget
?
child
final
The button's label.
Often a
Text
widget in all caps.
Implementation
final Widget? child;
Flutter
material
MaterialButton
child property
MaterialButton class
Constructors
MaterialButton
Properties
animationDuration
autofocus
child
clipBehavior
color
colorBrightness
disabledColor
disabledElevation
disabledTextColor
elevation
enabled
enableFeedback
focusColor
focusElevation
focusNode
hashCode
height
highlightColor
highlightElevation
hoverColor
hoverElevation
key
materialTapTargetSize
minWidth
mouseCursor
onHighlightChanged
onLongPress
onPressed
padding
runtimeType
shape
splashColor
textColor
textTheme
visualDensity
Methods
build
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==