HcClearButtonProps class
- Inheritance
-
- Object
- IconButtonProps
- HcClearButtonProps
Constructors
- HcClearButtonProps({Widget icon = const Icon(Icons.clear, size: 24), bool isVisible = false, double iconSize = 24.0, VisualDensity? visualDensity, EdgeInsetsGeometry padding = const EdgeInsets.all(8.0), AlignmentGeometry alignment = Alignment.center, double? splashRadius, Color? color, Color? focusColor, Color? hoverColor, Color? highlightColor, Color? splashColor, Color? disabledColor, MouseCursor mouseCursor = SystemMouseCursors.click, FocusNode? focusNode, bool autofocus = false, String? tooltip, bool enableFeedback = false, BoxConstraints? constraints, ButtonStyle? style, bool? isSelected, Widget? selectedIcon, dynamic onPressed()?})
-
const
Properties
- alignment → AlignmentGeometry
-
finalinherited
- autofocus → bool
-
finalinherited
- color → Color?
-
finalinherited
- constraints → BoxConstraints?
-
finalinherited
- disabledColor → Color?
-
finalinherited
- enableFeedback → bool
-
finalinherited
- focusColor → Color?
-
finalinherited
- focusNode → FocusNode?
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- highlightColor → Color?
-
finalinherited
- hoverColor → Color?
-
finalinherited
- icon → Widget
-
finalinherited
- iconSize → double
-
finalinherited
- isSelected → bool?
-
finalinherited
- isVisible → bool
-
finalinherited
- mouseCursor → MouseCursor
-
finalinherited
- onPressed → dynamic Function()?
-
finalinherited
- padding → EdgeInsetsGeometry
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectedIcon → Widget?
-
finalinherited
- splashColor → Color?
-
finalinherited
- splashRadius → double?
-
finalinherited
- style → ButtonStyle?
-
finalinherited
- tooltip → String?
-
finalinherited
- visualDensity → VisualDensity?
-
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