LoadingIndicator constructor
const
LoadingIndicator({
- Key? key,
- double radius = 20.0,
- Brightness? brightness,
- bool showBackground = false,
Implementation
const LoadingIndicator({
super.key,
this.radius = 20.0,
this.brightness,
this.showBackground = false,
});