maybeThreadParagraphLineHeightOf static method

double? maybeThreadParagraphLineHeightOf(
  1. BuildContext context
)

Implementation

static double? maybeThreadParagraphLineHeightOf(BuildContext context) {
  return maybeOf(context)?.threadParagraphLineHeight;
}