SpeedExWidget<T> constructor
const
SpeedExWidget<T> ({})
Creates a SpeedExWidget.
The stateKey
and builder
parameters are required.
Implementation
const SpeedExWidget({
Key? key,
required this.stateKey,
required this.builder,
this.initialValue,
this.persist = false,
this.listenToAll = false,
}) : super(key: key);