TxSkeleton constructor

const TxSkeleton({
  1. Key? key,
  2. Color? color,
  3. double? width,
  4. double? height,
  5. BorderRadius? borderRadius,
  6. AlignmentGeometry? alignment,
  7. double? widthFactor,
  8. double? heightFactor,
})

Implementation

const TxSkeleton({
  super.key,
  this.color,
  this.width,
  this.height,
  this.borderRadius,
  this.alignment,
  this.widthFactor,
  this.heightFactor,
});