decorated_text library

A package to decorate your text easily.

Classes

DecoratedGoogleFontText
A Widget to decorate your text with Google Fonts.
DecoratedText
A Widget to decorate your text.

Typedefs

GoogleFontStaticMethod = TextStyle Function({Paint? background, Color? backgroundColor, Color? color, TextDecoration? decoration, Color? decorationColor, TextDecorationStyle? decorationStyle, double? decorationThickness, List<FontFeature>? fontFeatures, double? fontSize, FontStyle? fontStyle, FontWeight? fontWeight, Paint? foreground, double? height, double? letterSpacing, Locale? locale, List<Shadow>? shadows, TextBaseline? textBaseline, TextStyle? textStyle, double? wordSpacing})
A type that represents the static methods of the google_fonts package.