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