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