maybeOf static method

Implementation

static ThreadTypographyOverride? maybeOf(BuildContext context) {
  return context.dependOnInheritedWidgetOfExactType<ThreadTypographyOverride>();
}