CustomIcons class

this class help you to change the default player icons

Constructors

CustomIcons({Widget? play, Widget? pause, Widget? repeat, Widget? rewind, Widget? fastForward, Widget? sound, Widget? mute, Widget? videoFit, Widget? pip, Widget? exitPip, Widget? minimize, Widget? fullscreen, Widget? lock, Widget? unlock})
const

Properties

exitPip Widget?
final
fastForward Widget?
final
fullscreen Widget?
final
hashCode int
The hash code for this object.
no setterinherited
lock Widget?
final
minimize Widget?
final
mute Widget?
final
pause Widget?
final
pip Widget?
final
play Widget?
final
repeat Widget?
final
rewind Widget?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sound Widget?
final
unlock Widget?
final
videoFit 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