maybeThreadParagraphBaseFontSizeOf static method

double? maybeThreadParagraphBaseFontSizeOf(
  1. BuildContext context
)

Implementation

static double? maybeThreadParagraphBaseFontSizeOf(BuildContext context) {
  return maybeOf(context)?.threadParagraphBaseFontSize;
}