MaterialBottomSheetActionData class

Constructors

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

Properties

child Widget?
finalinherited
clipBehavior Clip?
final
color Color?
final
colorBrightness Brightness?
final
disabledColor Color?
final
disabledTextColor Color?
final
hashCode int
The hash code for this object.
no setterinherited
highlightColor Color?
final
materialTapTargetSize MaterialTapTargetSize?
final
onHighlightChanged ValueChanged<bool>?
final
onPressed VoidCallback?
finalinherited
padding EdgeInsetsGeometry?
final
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?
final

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