FontTextDecoration typedef
FontTextDecoration = ({Color? color, TextDecoration? decoration, TextDecorationStyle? style, double? thickness})
Implementation
typedef FontTextDecoration = ({
TextDecoration? decoration,
TextDecorationStyle? style,
Color? color,
double? thickness,
});