ComLoading constructor

const ComLoading({
  1. Key? key,
  2. double size = 50.0,
  3. Color? color,
  4. Widget? message,
})

Implementation

const ComLoading({super.key, this.size = 50.0, this.color, this.message});