ApolloColorSet class

Constructors

ApolloColorSet({required Color color50, required Color color100, required Color color200, required Color color500, required Color color600, required Color color700})

Properties

color50 Color
getter/setter pair
color100 Color
getter/setter pair
color200 Color
getter/setter pair
color500 Color
getter/setter pair
color600 Color
getter/setter pair
color700 Color
getter/setter pair
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