IQTheme class

This class contorl theme of player, give this class the value you need to change, else you can let it null!

Constructors

IQTheme({Color? loadingProgressColor, Color? playButtonColor, Color? backgroundProgressColor, Color? videoPlayedColor, Color? lockScreenColor, Color? lockRotationColor, TextStyle? titleStyle, TextStyle? descriptionStyle, TextStyle? subtitleStyle, TextStyle? durationStyle, Widget? forwardIconButton, Widget? backwardIconButton, IQPlayButtonBuilder? playButton, Widget? replayButton, IQErrorBuilder? errorWidget, Widget? loadingProgress, IQLockButtonBuilder? lockScreen, IQLockButtonBuilder? lockRotation})
const

Properties

backgroundProgressColor Color?
final
backwardIconButton Widget?
final
descriptionStyle TextStyle?
final
durationStyle TextStyle?
final
errorWidget IQErrorBuilder?
final
forwardIconButton Widget?
final
hashCode int
The hash code for this object.
no setterinherited
loadingProgress Widget?
final
loadingProgressColor Color?
final
lockRotation IQLockButtonBuilder?
final
lockRotationColor Color?
final
lockScreen IQLockButtonBuilder?
final
lockScreenColor Color?
final
playButton IQPlayButtonBuilder?
final
playButtonColor Color?
final
replayButton Widget?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtitleStyle TextStyle?
final
titleStyle TextStyle?
final
videoPlayedColor Color?
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