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