TxSkeleton.text constructor
TxSkeleton.text({
- required TextStyle style,
- Key? key,
- Color? color,
- double? width = 84.0,
- BorderRadius? borderRadius,
- AlignmentGeometry? alignment,
- double? widthFactor,
- double? heightFactor,
Implementation
TxSkeleton.text({
required TextStyle style,
super.key,
this.color,
this.width = 84.0,
this.borderRadius,
this.alignment,
this.widthFactor,
this.heightFactor,
}) : height = style.fontSize;