overline method
The smallest style. Typically used for captions or to introduce a (larger) headline.
Implementation
TextStyle? overline(BuildContext context) => textTheme(context).labelSmall;
The smallest style. Typically used for captions or to introduce a (larger) headline.
TextStyle? overline(BuildContext context) => textTheme(context).labelSmall;