FastThreeBounceIndicator constructor

const FastThreeBounceIndicator({
  1. Key? key,
  2. Color? color,
})

Implementation

const FastThreeBounceIndicator({Key? key, this.color}) : super(key: key);