TextColorExtensions extension

on

Methods

withColor(Color color) → Text

Available on Text, provided by the TextColorExtensions extension

Applies a single color to the text.
withGlossyEffect({double glossFactor = 0.5}) → Text

Available on Text, provided by the TextColorExtensions extension

Applies a glossy effect to the text.
withGradient(List<Color> colors) → Widget

Available on Text, provided by the TextColorExtensions extension

Applies a gradient effect to the text.