TxStatusIndicatorTheme constructor
const
TxStatusIndicatorTheme({
- required TxStatusIndicatorThemeData data,
- required Widget child,
- Key? key,
构造一个配置所有后代 TxStatusIndicator 小部件的画板主题。
Implementation
const TxStatusIndicatorTheme({
required this.data,
required super.child,
super.key,
});