menu
flutter_color package
documentation
flutter_color
ColorHelper extension
ColorHelper
brightness_4
ColorHelper
extension
Null safety
on
Color
Properties
asHexString
→
String
Convert color to hex string
read-only
Methods
darker
(
int
percents
)
→
Color
Make color darker by so many
percents
lighter
(
int
percents
)
→
Color
Make color lighter by so many
percents
mix
(
Color
another
,
double
amount
)
→
Color
?
Linearly interpolate between two colors.
flutter_color package
documentation
flutter_color
ColorHelper extension
flutter_color library
Classes
CielabColor
HexColor
HslColor
XyzColor
Extensions
ColorHelper
Properties
asHexString
Methods
darker
lighter
mix