CircularLoadingIndicator constructor
- {Key? key,
- Color color = Colors.white}
Implementation
const CircularLoadingIndicator({
Key? key,
this.color = Colors.white,
}) : super(key: key);
const CircularLoadingIndicator({
Key? key,
this.color = Colors.white,
}) : super(key: key);