TxStatusIndicator constructor

const TxStatusIndicator({
  1. Color? indicatorColor,
  2. Key? key,
  3. double? indicatorSize,
  4. Widget? label,
  5. Color? labelColor,
  6. TextStyle? labelStyle,
})

Implementation

const TxStatusIndicator({
  this.indicatorColor,
  super.key,
  this.indicatorSize,
  this.label,
  this.labelColor,
  this.labelStyle,
});