TxLoading constructor
const
TxLoading({
- Widget? child,
- Key? key,
- TextStyle? textStyle,
- IconThemeData? iconTheme,
- Gradient? gradient,
- Duration? period,
- ShimmerDirection? direction,
创建一个加载组件
Implementation
const TxLoading({
this.child,
super.key,
this.textStyle,
this.iconTheme,
this.gradient,
this.period,
this.direction,
});