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