JumpingDots constructor

const JumpingDots({
  1. Key? key,
})

Implementation

const JumpingDots({Key? key}) : super(key: key);