TxSkeleton constructor
const
TxSkeleton({
- Key? key,
- Color? color,
- double? width,
- double? height,
- BorderRadius? borderRadius,
- AlignmentGeometry? alignment,
- double? widthFactor,
- double? heightFactor,
Implementation
const TxSkeleton({
super.key,
this.color,
this.width,
this.height,
this.borderRadius,
this.alignment,
this.widthFactor,
this.heightFactor,
});