TxStatusIndicatorTheme constructor

const TxStatusIndicatorTheme({
  1. required TxStatusIndicatorThemeData data,
  2. required Widget child,
  3. Key? key,
})

构造一个配置所有后代 TxStatusIndicator 小部件的画板主题。

Implementation

const TxStatusIndicatorTheme({
  required this.data,
  required super.child,
  super.key,
});