ThemeSetting class
Move all theme related stuff to UIAppearance
Constructors
- ThemeSetting.new({Color? backgroundColor, Color? selectionFillColor, Color? selectionStrokeColor, Color? selectionShadowColor, SelectionStyle? selectionStyle, TitleAttribute? previewTitleAttributes, TitleAttribute? previewSubtitleAttributes, TitleAttribute? albumTitleAttributes})
-
Create a ThemeSetting.
const
Properties
- albumTitleAttributes → TitleAttribute?
-
The style for the title of album.
final
- backgroundColor → Color?
-
Main background color
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- previewSubtitleAttributes → TitleAttribute?
-
The style for the subtitle of preview.
final
- previewTitleAttributes → TitleAttribute?
-
The style for the title of preview.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectionFillColor → Color?
-
What color to fill the circle with
final
- selectionShadowColor → Color?
-
Shadow color for the circle
final
- selectionStrokeColor → Color?
-
Color for the actual checkmark
final
- selectionStyle → SelectionStyle?
-
The icon to display inside the selection oval
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited