ColorUtils class

Constructors

ColorUtils()

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

color(String colorString) Color
dynamicColor(BuildContext context, Color lightColor, [Color? darkColor]) Color
设置动态颜色
intColor(String? colorString) int
materialColor(Color color) MaterialColor
创建Material风格的color
randomColor() Color
取随机颜色