maybeOf<B extends BitControl> static method
Implementation
static B? maybeOf<B extends BitControl>(BuildContext context) => context
.dependOnInheritedWidgetOfExactType<_TriInherited<B>>()
?.provider
.value as B;