maybeCodeBlockLineHeightOf static method

double? maybeCodeBlockLineHeightOf(
  1. BuildContext context
)

Implementation

static double? maybeCodeBlockLineHeightOf(BuildContext context) {
  return maybeOf(context)?.codeBlockLineHeight;
}