TuneEditorTheme class
A theme class for the Tune Editor that allows customization of colors used in the app bar and background.
Constructors
- TuneEditorTheme({Color appBarBackgroundColor = imageEditorAppBarColor, Color appBarForegroundColor = const Color(0xFFE1E1E1), Color bottomBarColor = imageEditorAppBarColor, Color bottomBarActiveItemColor = imageEditorPrimaryColor, Color bottomBarInactiveItemColor = const Color(0xFFEEEEEE), Color background = imageEditorBackgroundColor})
-
Creates an instance of TuneEditorTheme with customizable color options.
const
Properties
- appBarBackgroundColor → Color
-
Background color of the app bar in the tune editor.
final
- appBarForegroundColor → Color
-
Foreground color (text and icons) of the app bar.
final
- background → Color
-
Background color of the tune editor.
final
- bottomBarActiveItemColor → Color
-
Color of active items in the bottom navigation bar.
final
- bottomBarColor → Color
-
Background color of the bottom navigation bar.
final
- bottomBarInactiveItemColor → Color
-
Color of inactive items in the bottom navigation bar.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{Color? appBarBackgroundColor, Color? appBarForegroundColor, Color? background, Color? bottomBarColor, Color? bottomBarActiveItemColor, Color? bottomBarInactiveItemColor}) → TuneEditorTheme - Creates a copy of this TuneEditorTheme object with the given fields replaced with new values.
-
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