ColorExtensions extension

Extension methods for common colors.

on

Methods

toDartColor() → Color

Available on Color, provided by the ColorExtensions extension

Converts a common color to a Flutter color.
withAlpha(double alpha) → Color

Available on Color, provided by the ColorExtensions extension

Returns a new color with the alpha channel multiplied by the given value.