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