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