IndicatorWidget constructor

const IndicatorWidget(
  1. IndicatorStatus status, {
  2. Function? tryAgain,
  3. String? text,
  4. Color? backgroundColor,
  5. bool isSliver = false,
  6. Widget? emptyWidget,
})

Implementation

const IndicatorWidget(
  this.status, {
  this.tryAgain,
  this.text,
  this.backgroundColor,
  this.isSliver = false,
  this.emptyWidget,
});