DirectionalEffect class

Direction-aware effect configuration for value changes.

Constructors

DirectionalEffect({required SlotEffect forward, required SlotEffect reverse})
const
DirectionalEffect.symmetric(SlotEffect effect)
Same effect for both directions
const

Properties

forward SlotEffect
final
hashCode int
The hash code for this object.
no setterinherited
reverse SlotEffect
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

fadeScale → const DirectionalEffect
Fade with scale for both directions
horizontal → const DirectionalEffect
Slide left when increasing, slide right when decreasing
vertical → const DirectionalEffect
Slide up when increasing, slide down when decreasing