MaterialDialogFlatActionData class
Constructors
-
MaterialDialogFlatActionData({Widget? child, void onPressed()?, Key? widgetKey, VoidCallback? onLongPress, Clip? clipBehavior, Color? color, Brightness? colorBrightness, Color? disabledColor, Color? disabledTextColor, Color? highlightColor, ValueChanged<
bool> ? onHighlightChanged, EdgeInsetsGeometry? padding, ShapeBorder? shape, Color? splashColor, Color? textColor, ButtonTextTheme? textTheme, MaterialTapTargetSize? materialTapTargetSize, Color? focusColor, Color? hoverColor, FocusNode? focusNode, bool? autofocus, VisualDensity? visualDensity, MouseCursor? mouseCursor, double? height, double? minWidth})
Properties
- autofocus → bool?
-
final
- child → Widget?
-
finalinherited
- clipBehavior → Clip?
-
finalinherited
- color → Color?
-
final
- colorBrightness → Brightness?
-
final
- disabledColor → Color?
-
final
- disabledTextColor → Color?
-
final
- focusColor → Color?
-
final
- focusNode → FocusNode?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → double?
-
final
- highlightColor → Color?
-
final
- hoverColor → Color?
-
final
- materialTapTargetSize → MaterialTapTargetSize?
-
final
- minWidth → double?
-
final
- mouseCursor → MouseCursor?
-
final
-
onHighlightChanged
→ ValueChanged<
bool> ? -
final
- onLongPress → VoidCallback?
-
finalinherited
- onPressed → void Function()?
-
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
- visualDensity → VisualDensity?
-
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