ZegoUIKitMediaPlayerStyle class

Constructors

ZegoUIKitMediaPlayerStyle.new({Widget? closeIcon, Widget? moreIcon, Widget? playIcon, Widget? pauseIcon, Widget? volumeIcon, Widget? volumeMuteIcon, TextStyle? durationTextStyle})
const

Properties

closeIcon Widget?
final
durationTextStyle TextStyle?
final
hashCode int
The hash code for this object.
no setterinherited
moreIcon Widget?
final
pauseIcon Widget?
final
playIcon Widget?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
volumeIcon Widget?
final
volumeMuteIcon Widget?
final

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