maybeOf static method
Implementation
static IconParkProps? maybeOf(BuildContext context) {
final def =
context.dependOnInheritedWidgetOfExactType<DefaultIconParkProps>();
return def?.props;
}
static IconParkProps? maybeOf(BuildContext context) {
final def =
context.dependOnInheritedWidgetOfExactType<DefaultIconParkProps>();
return def?.props;
}