maybeNarrowDesktopParagraphBaseFontSizeOf static method

double? maybeNarrowDesktopParagraphBaseFontSizeOf(
  1. BuildContext context
)

Implementation

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