Colors class

A set of predefined colors used by Fluent UI widgets.

Colors used in fluent_ui widgets

See also:

Constructors

Colors()

Properties

hashCode int
The hash code for this object.
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

Static Properties

accentColors List<AccentColor>
A list of all the accent colors provided by this library.
final
blue AccentColor
final
errorSecondaryColor AccentColor
final
green AccentColor
final
magenta AccentColor
final
orange AccentColor
final
purple AccentColor
final
red AccentColor
final
successSecondaryColor AccentColor
final
teal AccentColor
final
warningSecondaryColor AccentColor
final
yellow AccentColor
final

Constants

black → const Color
A black opaque color.
errorPrimaryColor → const Color
grey → const ShadedColor
The grey color.
successPrimaryColor → const Color
transparent → const Color
The transparent color. This should not be used in animations because it'll cause a weird effect.
warningPrimaryColor → const Color
white → const Color
A opaque white color.