HapticFeedbackType class
Constructors
- HapticFeedbackType.fromString(String input)
-
factory
Properties
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
Static Properties
-
values
↔ List<
HapticFeedbackType> -
getter/setter pair
Constants
- heavyImpact → const HapticFeedbackType
- lightImpact → const HapticFeedbackType
- mediumImpact → const HapticFeedbackType
- selectionClick → const HapticFeedbackType
- vibrate → const HapticFeedbackType