DirectionalTransition class

Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Constructors

DirectionalTransition.new({DirectionalTransitionTypeOptions? type, Direction? direction, bool? matchLayers, Easing? easing, num? duration})
factory

Properties

direction Direction

Available on DirectionalTransition, provided by the DirectionalTransition$Typings extension

no setter
duration num

Available on DirectionalTransition, provided by the DirectionalTransition$Typings extension

no setter
easing Easing

Available on DirectionalTransition, provided by the DirectionalTransition$Typings extension

no setter
hashCode int
The hash code for this object.
no setterinherited
matchLayers bool

Available on DirectionalTransition, provided by the DirectionalTransition$Typings extension

no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type DirectionalTransitionTypeOptions

Available on DirectionalTransition, provided by the DirectionalTransition$Typings extension

no setter

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