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