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