TuneEditorStyle class

A style class for the Tune Editor that allows customization of colors used in the app bar and background.

Constructors

TuneEditorStyle({Color appBarBackground = kImageEditorAppBarBackground, Color appBarColor = kImageEditorAppBarColor, Color bottomBarBackground = kImageEditorBottomBarBackground, Color bottomBarActiveItemColor = kImageEditorPrimaryColor, Color bottomBarInactiveItemColor = kImageEditorBottomBarColor, Color background = kImageEditorBackground, SystemUiOverlayStyle uiOverlayStyle = kImageEditorUiOverlayStyle})
Creates an instance of TuneEditorStyle with customizable color options.
const

Properties

appBarBackground Color
Background color of the app bar in the tune editor.
final
appBarColor 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
bottomBarBackground 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
uiOverlayStyle SystemUiOverlayStyle
UI overlay style, defining the appearance of system status bars.
final

Methods

copyWith({Color? appBarBackground, Color? appBarColor, Color? background, Color? bottomBarBackground, Color? bottomBarActiveItemColor, Color? bottomBarInactiveItemColor, SystemUiOverlayStyle? uiOverlayStyle}) TuneEditorStyle
Creates a copy of this TuneEditorStyle 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