maybeOf static method
Implementation
static TextStyle? maybeOf(BuildContext context) {
final result =
context.dependOnInheritedWidgetOfExactType<NomoDefaultTextStyle>();
return result?.style;
}
static TextStyle? maybeOf(BuildContext context) {
final result =
context.dependOnInheritedWidgetOfExactType<NomoDefaultTextStyle>();
return result?.style;
}