StateManagerWidget constructor

const StateManagerWidget(
  1. Widget child,
  2. StateManagerWidgetState state,
  3. Map<SharedValue, double> stateNonceMap, {
  4. Key? key,
})

Implementation

const StateManagerWidget(
  this.child,
  this.state,
  this.stateNonceMap, {
  Key? key,
}) : super(key: key);