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