overline method

TextStyle? overline(
  1. BuildContext context
)

The smallest style. Typically used for captions or to introduce a (larger) headline.

Implementation

TextStyle? overline(BuildContext context) => textTheme(context).labelSmall;