EnabledButtons class

this class helps you to hide some player buttons

Constructors

EnabledButtons({bool playPauseAndRepeat = true, bool rewindAndfastForward = true, bool videoFit = true, bool muteAndSound = true, bool pip = true, bool fullscreen = true})
const

Properties

fullscreen bool
final
hashCode int
The hash code for this object.
no setterinherited
muteAndSound bool
final
pip bool
final
playPauseAndRepeat bool
final
rewindAndfastForward bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
videoFit bool
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