createState method
Creates the state that exposes the provided container.
Implementation
@override
/// Creates the state that exposes the provided container.
State<UncontrolledProviderScope> createState() =>
_UncontrolledProviderScopeState();
Creates the state that exposes the provided container.
@override
/// Creates the state that exposes the provided container.
State<UncontrolledProviderScope> createState() =>
_UncontrolledProviderScopeState();