TxStatusIndicatorThemeData constructor

const TxStatusIndicatorThemeData({
  1. Color? indicatorColor,
  2. double? indicatorSize,
  3. Color? labelColor,
  4. TextStyle? labelStyle,
})

Implementation

const TxStatusIndicatorThemeData({
  this.indicatorColor,
  this.indicatorSize,
  this.labelColor,
  this.labelStyle,
});