Bone.text constructor
const
Bone.text({})
Creates a bone widget that mimics a text
Implementation
const factory Bone.text({
Key? key,
double? fontSize,
int? words,
double? width,
TextStyle? style,
TextAlign textAlign,
BorderRadiusGeometry? borderRadius,
double? uniRadius,
}) = _TextBone;