Fx mixin

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

black Color
colors
getter/setter pair
white Color
getter/setter pair

Static Methods

blue([int shade = 400]) Color
Blue Colors
gray([int shade = 400]) Color
Gray Colors
green([int shade = 400]) Color
Green Colors
hexToColor(String code) Color
Get color from the hex value
indigo([int shade = 400]) Color
Indigo Colors
ma(double size) EdgeInsets
msy({double? v, double? h}) EdgeInsets
orange([int shade = 400]) Color
Orange Colors
pink([int shade = 400]) Color
Pink Colors
purple([int shade = 400]) Color
Purple Colors
red([int shade = 400]) Color
Red Colors
teal([int shade = 400]) Color
Teal Colors
withRounded(double radius) ShapeBorder
yellow([int shade = 400]) Color
Yellow Colors