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