Bone.text constructor

const Bone.text({
  1. Key? key,
  2. double? fontSize,
  3. int? words,
  4. double? width,
  5. TextStyle? style,
  6. TextAlign textAlign,
  7. BorderRadiusGeometry? borderRadius,
  8. double? uniRadius,
})

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;