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