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