StiloColorOpacity class abstract

A class that defines color opacity constants

Constructors

StiloColorOpacity()

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

Constants

opacity0 → const double
Defines an opacity of 0%
opacity5 → const double
Defines an opacity of 5%
opacity10 → const double
Defines an opacity of 10%
opacity20 → const double
Defines an opacity of 20%
opacity25 → const double
Defines an opacity of 25%
opacity30 → const double
Defines an opacity of 30%
opacity40 → const double
Defines an opacity of 40%
opacity50 → const double
Defines an opacity of 50%
opacity60 → const double
Defines an opacity of 60%
opacity70 → const double
Defines an opacity of 70%
opacity75 → const double
Defines an opacity of 75%
opacity80 → const double
Defines an opacity of 80%
opacity90 → const double
Defines an opacity of 90%
opacity95 → const double
Defines an opacity of 95%
opacity100 → const double
Defines an opacity of 100%