FTappableStyleDelta class sealed
A delta that applies modifications to a FTappableStyle.
A FTappableStyle is itself a FTappableStyleDelta.
- Mixed-in types
- Implementers
Constructors
- FTappableStyleDelta.context()
-
Creates a delta that returns the FTappableStyle in the current context.
constfactory
-
FTappableStyleDelta.delta({FVariantsValueDelta<
FTappableVariantConstraint, FTappableVariant, MouseCursor, Delta> ? cursor, Duration? pressedEnterDuration, Duration? pressedExitDuration, FTappableMotionDelta? motion}) -
Creates a partial modification of a FTappableStyle.
constfactory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
call(
covariant FTappableStyle value) → FTappableStyle -
Applies this delta to the given value.
override
-
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