createState method

  1. @override
State<UncontrolledProviderScope> createState()
override

Creates the state that exposes the provided container.

Implementation

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