Bone.icon constructor

const Bone.icon({
  1. Key? key,
  2. double? size,
  3. double indent,
  4. double indentEnd,
})

Creates a bone widget that mimics an icon

Implementation

const factory Bone.icon({
  Key? key,
  double? size,
  double indent,
  double indentEnd,
}) = _IconBone;