ChristianLyrics class

Constructors

ChristianLyrics()

Properties

hashCode int
The hash code for this object.
no setterinherited
lastPositionUpdateTime int
getter/setter pair
lastPositionWithOffset int
getter/setter pair
playingLyric PlayingLyric?
getter/setter pair
positionWithOffset int
getter/setter pair
positionWithOffsetController StreamController<int>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getLyric(BuildContext context, {bool isPlaying = false}) Widget
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetLyric() → void
setLyricContent(String lyricContent) → void
setPositionWithOffset({int position = 0, int duration = 1}) → void
toString() String
A string representation of this object.
inherited

Operators

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