LoadIndicator constructor

const LoadIndicator({
  1. Key? key,
  2. VoidCallback? onClick,
  3. LoadStyle loadStyle = LoadStyle.showAlways,
  4. double height = 60.0,
})

Implementation

const LoadIndicator({
  super.key,
  this.onClick,
  this.loadStyle = LoadStyle.showAlways,
  this.height = 60.0,
});