TapeSlideDirection enum

Determines the direction in which each tape of characters will slide in the RollingTextEffect.

Inheritance

Constructors

TapeSlideDirection()
const

Values

up → const TapeSlideDirection

The tape of characters will slide from bottom to top.

down → const TapeSlideDirection

The tape of characters will slide from top to bottom.

alternating → const TapeSlideDirection

The tape of characters will alternate every other character between sliding from bottom to top and top to bottom.

random → const TapeSlideDirection

The tape of characters will slide in a random direction.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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

values → const List<TapeSlideDirection>
A constant List of the values in this enum, in order of their declaration.