QonvexColorChecker class abstract

Check background and decide whether you will have a dark or white color

Constructors

QonvexColorChecker()

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 Methods

check(Color color) Color
Checks if color's brightness is greater than 0.5 then you will get a dark color
checkNegative(Color color) Color
Checks if color's brightness is greater than 0.5 then you will get a light color