JuiLoading.big constructor

JuiLoading.big({
  1. Key? key,
  2. Color color = const Color.fromARGB(255, 15, 21, 28),
  3. double? size,
  4. bool withBackground = false,
})

Implementation

JuiLoading.big({
  Key? key,
  this.color = const Color.fromARGB(255, 15, 21, 28),
  this.size,
  this.withBackground = false,
}) : super(key: key);