MouseCursorDecoratorSpec class
- Inheritance
-
- Object
- Spec<
MouseCursorDecoratorSpec> - WidgetModifierSpec<
MouseCursorDecoratorSpec> - MouseCursorDecoratorSpec
- Annotations
-
- @MixableSpec(skipUtility: true)
Constructors
- MouseCursorDecoratorSpec({MouseCursor? mouseCursor})
-
const
Properties
- animated → AnimatedData?
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- isAnimated → bool
-
no setterinherited
- modifiers → WidgetModifiersData?
-
finalinherited
- mouseCursor → MouseCursor?
-
final
-
props
→ List<
Object?> -
The list of properties that constitute the state of this MouseCursorDecoratorSpec.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stringify → bool
-
no setterinherited
- type → Type
-
no setterinherited
Methods
-
build(
Widget child) → Widget -
override
-
copyWith(
{MouseCursor? mouseCursor}) → MouseCursorDecoratorSpec -
Creates a copy of this MouseCursorDecoratorSpec but with the given fields
replaced with the new values.
inherited
-
getDiff(
EqualityMixin other) → Map< String, String> -
inherited
-
lerp(
covariant MouseCursorDecoratorSpec? other, double t) → MouseCursorDecoratorSpec -
Linearly interpolates between this MouseCursorDecoratorSpec and another MouseCursorDecoratorSpec based on the given parameter
t
.inherited -
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