createState property

FutureOr<N> Function(ProxyRef ref) createState
final

The state of the provider.

Implementation

final FutureOr<N> Function(ProxyRef ref) createState;