MarqueeController class
跑马灯控制器
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isPaused → bool
-
是否已暂停
no setter
- isScrolling → bool
-
是否正在滚动
no setter
- 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
-
pause(
) → void - 暂停滚动
-
reset(
) → void - 重置滚动
-
resume(
) → void - 恢复滚动
-
start(
) → void - 开始滚动
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited