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