AureusStylization class

A class to hold custom branding and colors for the UI items generated by Aureus. Each 'mode' has a different stylization, so you'll create one for light mode and one for dark mode.

Constructors

AureusStylization({required Gradient contrastGradient, required Color accentColor, required Image? primaryImage, required Image? secondaryImage, })

Properties

accentColor Color
An accent color that matches your product color for that specific mode. A light color for dark mode, a dark color for light mode.
getter/setter pair
contrastGradient Gradient
A gradient that has colors for high contrast against your current mode. (e.g: A light gradient for dark mode, a dark gradient for light mode.).
final
hashCode int
The hash code for this object.
no setterinherited
An a version of your logo that works on the given mode for this stylization.
getter/setter pair
primaryImage Image?
An image to appear in the background of important (primary) screens.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondaryImage Image?
An image to appear in the background of secondary (the rest / general) screens.
getter/setter pair

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