SenzuPlayerStyle class
Constructors
- SenzuPlayerStyle({SenzuProgressBarStyle? progressBarStyle, SenzuSubtitleStyle? subtitleStyle, SenzuCenterButtonStyle? centerButtonStyle, SenzuLanguage? senzuLanguage, Widget? thumbnail, Widget? bottomExtra, Widget? episodeWidget, Widget skipAdBuilder(Duration)?, VoidCallback? onPrevEpisode, VoidCallback? onNextEpisode, bool? hasPrevEpisode, bool? hasNextEpisode, AlignmentGeometry skipAdAlignment = Alignment.bottomRight, Duration transitions = const Duration(milliseconds: 400), TextStyle textStyle = const TextStyle(color: Colors.white, fontSize: 12, fontWeight: FontWeight.bold), Widget? loading, Widget? buffering})
Properties
- bottomExtra → Widget?
-
final
- buffering → Widget
-
final
- centerButtonStyle → SenzuCenterButtonStyle
-
final
- episodeWidget → Widget?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasNextEpisode → bool?
-
final
- hasPrevEpisode → bool?
-
If null → button visibility follows whether callback is non-null (old behavior).
If false → button is shown but greyed out / disabled.
If true → button is shown and active.
final
- loading → Widget
-
final
- onNextEpisode → VoidCallback?
-
final
- onPrevEpisode → VoidCallback?
-
final
- progressBarStyle → SenzuProgressBarStyle
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- senzuLanguage → SenzuLanguage
-
final
- skipAdAlignment → AlignmentGeometry
-
final
- skipAdBuilder → Widget Function(Duration)?
-
final
- subtitleStyle → SenzuSubtitleStyle
-
final
- textStyle → TextStyle
-
final
- thumbnail → Widget?
-
final
- transitions → Duration
-
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