StateIndicatorWidget constructor

const StateIndicatorWidget({
  1. Key? key,
  2. required SimplifiedStateEnum state,
  3. bool enableAnimation = false,
})

Implementation

const StateIndicatorWidget({super.key, required this.state, this.enableAnimation = false});