TinyAvatarColourScheme enum

Inheritance

Constructors

TinyAvatarColourScheme({required List<Color> colours})
const

Values

froggy → const TinyAvatarColourScheme
const TinyAvatarColourScheme(colours: [Color.fromARGB(255, 83, 208, 66), Color.fromARGB(255, 59, 183, 123), Color.fromARGB(255, 222, 255, 217), Color.fromARGB(255, 137, 229, 49)])
heated → const TinyAvatarColourScheme
const TinyAvatarColourScheme(colours: [Color.fromARGB(255, 250, 67, 4), Color.fromARGB(255, 200, 33, 23), Color.fromARGB(255, 255, 250, 241), Color.fromARGB(255, 255, 130, 20)])
seascape → const TinyAvatarColourScheme
const TinyAvatarColourScheme(colours: [Color.fromARGB(255, 0, 103, 111), Color.fromARGB(255, 0, 71, 119), Color.fromARGB(255, 238, 243, 242), Color.fromARGB(255, 0, 161, 134)])
summer → const TinyAvatarColourScheme
const TinyAvatarColourScheme(colours: [Color.fromARGB(255, 246, 224, 56), Color.fromARGB(255, 255, 200, 63), Color.fromARGB(255, 255, 255, 229), Color.fromARGB(255, 185, 217, 47)])
poolside → const TinyAvatarColourScheme
const TinyAvatarColourScheme(colours: [Color.fromARGB(255, 70, 124, 241), Color.fromARGB(255, 82, 177, 240), Color.fromARGB(255, 234, 240, 255), Color.fromARGB(255, 120, 92, 242)])
fruity → const TinyAvatarColourScheme
const TinyAvatarColourScheme(colours: [Color.fromARGB(255, 255, 122, 13), Color.fromARGB(255, 255, 151, 82), Color.fromARGB(255, 255, 248, 239), Color.fromARGB(255, 255, 98, 0)])

Properties

colours List<Color>
Colours are in order of prevalence in the final image
final
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<TinyAvatarColourScheme>
A constant List of the values in this enum, in order of their declaration.