Bone.iconButton constructor

const Bone.iconButton({
  1. Key? key,
  2. double? size,
  3. double indent,
  4. double indentEnd,
  5. double? uniRadius,
  6. BorderRadiusGeometry? borderRadius,
})

Creates a bone widget that mimics an icon button

Implementation

const factory Bone.iconButton({
  Key? key,
  double? size,
  double indent,
  double indentEnd,
  double? uniRadius,
  BorderRadiusGeometry? borderRadius,
}) = _IconButtonBone;