FormProviderExtension extension

Extends the BuildContext class with the ability to perform a lookup based on a Bloc type.

on

Methods

form<C extends FormManager>() → C
Performs a lookup using the BuildContext to obtain the nearest ancestor FormManager of type C.