SunnyColorMixin mixin
- Implemented types
- Mixin applications
- Available extensions
Properties
- appBarBackground → CupertinoDynamicColor
-
no setterinherited
- barrierColor → Color
-
no setterinherited
- black → CupertinoDynamicColor
-
no setterinherited
- brightness → Brightness
-
The currently resolved brightness of this color set.
no setterinherited
- g100 → CupertinoDynamicColor
-
no setterinherited
- g200 → CupertinoDynamicColor
-
no setterinherited
- g300 → CupertinoDynamicColor
-
no setterinherited
- g400 → CupertinoDynamicColor
-
no setterinherited
- g50 → CupertinoDynamicColor
-
no setterinherited
- g500 → CupertinoDynamicColor
-
no setterinherited
- g600 → CupertinoDynamicColor
-
no setterinherited
- g700 → CupertinoDynamicColor
-
no setterinherited
- g800 → CupertinoDynamicColor
-
no setterinherited
- g900 → CupertinoDynamicColor
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- headerLink → CupertinoDynamicColor
-
no setterinherited
- iconDark → CupertinoDynamicColor
-
no setterinherited
- iconDisabled → CupertinoDynamicColor
-
Available on SunnyColors, provided by the SunnyColorExt extension
no setter - inputBackground → CupertinoDynamicColor
-
no setterinherited
- inputBorder → CupertinoDynamicColor
-
no setterinherited
- linkColor → CupertinoDynamicColor
-
no setterinherited
- modalBackground → CupertinoDynamicColor
-
no setterinherited
- placeholder → CupertinoDynamicColor
-
no setterinherited
- primaryColor → CupertinoDynamicColor
-
no setterinherited
- red → CupertinoDynamicColor
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scaffoldBackground → CupertinoDynamicColor
-
no setterinherited
- separator → CupertinoDynamicColor
-
no setterinherited
- shadow → CupertinoDynamicColor
-
no setterinherited
- text → CupertinoDynamicColor
-
no setterinherited
- textLight → CupertinoDynamicColor
-
no setterinherited
- white → CupertinoDynamicColor
-
no setterinherited
Methods
-
copyWith(
{CupertinoDynamicColor? white, CupertinoDynamicColor? primaryColor, CupertinoDynamicColor? linkColor, CupertinoDynamicColor? red, CupertinoDynamicColor? g50, CupertinoDynamicColor? g100, CupertinoDynamicColor? g200, CupertinoDynamicColor? g300, CupertinoDynamicColor? g400, CupertinoDynamicColor? g500, CupertinoDynamicColor? g600, CupertinoDynamicColor? g700, CupertinoDynamicColor? g800, CupertinoDynamicColor? g900, CupertinoDynamicColor? black, CupertinoDynamicColor? iconDark, CupertinoDynamicColor? shadow, CupertinoDynamicColor? appBarBackground, CupertinoDynamicColor? placeholder, CupertinoDynamicColor? inputBackground, CupertinoDynamicColor? scaffoldBackground, CupertinoDynamicColor? modalBackground, CupertinoDynamicColor? inputBorder, CupertinoDynamicColor? headerLink, CupertinoDynamicColor? separator, CupertinoDynamicColor? text, CupertinoDynamicColor? textLight, Color? barrierColor}) → SunnyColorData -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resolve(
BuildContext context) → SunnyColors -
Resolves all colors against this BuildContext and returns an immutable
copy of the color data
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited