LoadIndicator constructor
const
LoadIndicator({
- Key? key,
- VoidCallback? onClick,
- LoadStyle loadStyle = LoadStyle.showAlways,
- double height = 60.0,
Implementation
const LoadIndicator({
super.key,
this.onClick,
this.loadStyle = LoadStyle.showAlways,
this.height = 60.0,
});