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