FlutterDanmakuTrack class

Constructors

FlutterDanmakuTrack(double _trackHeight, double offsetTop)

Properties

allowInsertFixedBullet bool
no setter
bindFixedBulletId UniqueKey?
no setter
hashCode int
The hash code for this object.
no setterinherited
id UniqueKey
getter/setter pair
lastBulletId UniqueKey?
getter/setter pair
offsetTop double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trackHeight double
getter/setter pair

Methods

loadFixedBulletId(UniqueKey? bulletId) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
unloadFixedBulletId() → void
unloadLastBulletId() → void

Operators

operator ==(Object other) bool
The equality operator.
inherited