TxLoadingTheme constructor
const
TxLoadingTheme({
- required Widget child,
- required TxLoadingThemeData data,
- Key? key,
创建一个加载主题,该主题定义后代 TxLoading 的颜色和样式参数。
Implementation
const TxLoadingTheme({
required super.child,
required this.data,
super.key,
});