BccmControlsThemeData class
Constructors
- BccmControlsThemeData({Color? primaryColor, Color? iconColor, TextStyle? durationTextStyle, Color? settingsListBackgroundColor, TextStyle? settingsListTextStyle, TextStyle? fullscreenTitleStyle, SliderThemeData? progressBarTheme, Color? playNextButtonBackgroundColor, Color? playNextButtonProgressColor})
- BccmControlsThemeData.defaultTheme(BuildContext context)
-
factory
Properties
- durationTextStyle → TextStyle?
-
final
- fullscreenTitleStyle → TextStyle?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- iconColor → Color?
-
final
- playNextButtonBackgroundColor → Color?
-
final
- playNextButtonProgressColor → Color?
-
final
- primaryColor → Color?
-
final
- progressBarTheme → SliderThemeData?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- settingsListBackgroundColor → Color?
-
final
- settingsListTextStyle → TextStyle?
-
final
Methods
-
copyWith(
{Color? primaryColor, Color? iconColor, TextStyle? durationTextStyle, Color? settingsListBackgroundColor, TextStyle? settingsListTextStyle, TextStyle? fullscreenTitleStyle, SliderThemeData? progressBarTheme, Color? playNextButtonBackgroundColor, Color? playNextButtonProgressColor}) → BccmControlsThemeData -
fillWithDefaults(
BccmControlsThemeData defaults) → BccmControlsThemeData -
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