LoadingDots constructor

const LoadingDots({
  1. Key? key,
  2. required double size,
})

Implementation

const LoadingDots({super.key, required this.size});