WheelWidgetState constructor

const WheelWidgetState({
  1. bool showConfig = false,
  2. bool isDialogOpen = false,
  3. bool isAnimationRunning = false,
  4. bool isResetLoading = false,
  5. String? previousLastResultId,
})

Implementation

const WheelWidgetState({
  this.showConfig = false,
  this.isDialogOpen = false,
  this.isAnimationRunning = false,
  this.isResetLoading = false,
  this.previousLastResultId,
});