DirectionMarguee enum

A widget that displays its child in a scrolling manner.

The Marquee widget scrolls its child horizontally or vertically based on the specified direction. It continuously scrolls the child in one or two directions based on the directionMarguee property.

Inheritance
Available extensions

Values

oneDirection → const DirectionMarguee
twoDirection → const DirectionMarguee

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<DirectionMarguee>
A constant List of the values in this enum, in order of their declaration.