XMenuInkStyle class

Constructors

XMenuInkStyle({Color? focusColor, Color? hoverColor, Color? highlightColor, MaterialStateProperty<Color?>? overlayColor, Color? splashColor, InteractiveInkFeatureFactory? splashFactory, double? radius, BorderRadius? borderRadius, ShapeBorder? customBorder, bool? enableFeedback, FocusNode? focusNode, bool canRequestFocus = true, void onFocusChange(bool)?, bool? autofocus, MaterialStatesController? statesController, XMenuInkType inkType = XMenuInkType.tap})
const

Properties

autofocus bool?
final
borderRadius BorderRadius?
final
canRequestFocus bool
final
customBorder ShapeBorder?
final
enableFeedback bool?
final
focusColor Color?
final
focusNode FocusNode?
final
hashCode int
The hash code for this object.
no setterinherited
highlightColor Color?
final
hoverColor Color?
final
inkType XMenuInkType
final
onFocusChange → (void Function(bool)?)
final
overlayColor MaterialStateProperty<Color?>?
final
radius double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
splashColor Color?
final
splashFactory InteractiveInkFeatureFactory?
final
statesController MaterialStatesController?
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