MaterialRaisedButtonData class

Constructors

MaterialRaisedButtonData({Key? widgetKey, Widget? child, Color? color, VoidCallback? onPressed, EdgeInsetsGeometry? padding, Color? disabledColor, Duration? animationDuration, Brightness? colorBrightness, double? disabledElevation, Color? disabledTextColor, double? elevation, Color? highlightColor, double? highlightElevation, ValueChanged<bool>? onHighlightChanged, ShapeBorder? shape, Color? splashColor, Color? textColor, ButtonTextTheme? textTheme, Clip? clipBehavior, MaterialTapTargetSize? materialTapTargetSize})

Properties

animationDuration Duration?
final
child Widget?
finalinherited
clipBehavior Clip?
final
color Color?
finalinherited
colorBrightness Brightness?
final
disabledColor Color?
finalinherited
disabledElevation double?
final
disabledTextColor Color?
final
elevation double?
final
hashCode int
The hash code for this object.
no setterinherited
highlightColor Color?
final
highlightElevation double?
final
materialTapTargetSize MaterialTapTargetSize?
final
onHighlightChanged ValueChanged<bool>?
final
onPressed VoidCallback?
finalinherited
padding EdgeInsetsGeometry?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape ShapeBorder?
final
splashColor Color?
final
textColor Color?
final
textTheme ButtonTextTheme?
final
widgetKey Key?
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited