utils/color library

Classes

HexColor

Functions

darken(Color color, [double amount = .1]) Color
isColorDark(Color color) bool
lighten(Color color, [double amount = .1]) Color
showColorPickerDialog(BuildContext context, {required String title, required Color selectedColor, required void onColorChanged(Color color)}) → void