headlineSmall method

Text headlineSmall(
  1. BuildContext context, {
  2. Key? key,
})

Implementation

Text headlineSmall(BuildContext context, {Key? key}) => _styledText(
  context,
  TextStyle(fontSize: Theme.of(context).textTheme.headlineSmall?.fontSize),
  key,
);