create property
T Function()
create
final
Factory run once, in State.initState, to create this scope's store instance.
Implementation
final T Function() create;
Factory run once, in State.initState, to create this scope's store instance.
final T Function() create;