maybeOf static method
Attempts to retrieve the FastIconHelper from the provided context. Returns null if not found.
Implementation
static FastIconHelper? maybeOf(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<FastIconHelper>();
}