headlineMediumSize static method
Gets the headlineMedium font size from the theme.
Implementation
static double? headlineMediumSize(BuildContext context)
{
return context.theme.textTheme.headlineMedium?.fontSize;
}
Gets the headlineMedium font size from the theme.
static double? headlineMediumSize(BuildContext context)
{
return context.theme.textTheme.headlineMedium?.fontSize;
}