SIQAudioPlayerTheme class

Constructors

SIQAudioPlayerTheme({String? thumbColor, String? playButtonBackgroundColor, String? incomingTrackColor, String? outgoingTrackColor, String? incomingButtonIconColor, String? outgoingButtonIconColor, String? outgoingDurationTextColor, String? incomingDurationTextColor})

Properties

hashCode int
The hash code for this object.
no setterinherited
incomingButtonIconColor String?
getter/setter pair
incomingDurationTextColor String?
getter/setter pair
incomingTrackColor String?
getter/setter pair
outgoingButtonIconColor String?
getter/setter pair
outgoingDurationTextColor String?
getter/setter pair
outgoingTrackColor String?
getter/setter pair
playButtonBackgroundColor String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbColor String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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