maybeNarrowDesktopParagraphBaseFontSizeOf static method
Implementation
static double? maybeNarrowDesktopParagraphBaseFontSizeOf(BuildContext context) {
return maybeOf(context)?.narrowDesktopParagraphBaseFontSize;
}
static double? maybeNarrowDesktopParagraphBaseFontSizeOf(BuildContext context) {
return maybeOf(context)?.narrowDesktopParagraphBaseFontSize;
}