Bone.button constructor

const Bone.button({
  1. Key? key,
  2. double? width,
  3. int? words,
  4. double? height,
  5. BorderRadiusGeometry? borderRadius,
  6. BoxShape? shape,
  7. double? uniRadius,
  8. double indent,
  9. double indentEnd,
  10. BoneButtonType type,
})

Creates a bone widget that mimics a button

Implementation

const factory Bone.button({
  Key? key,
  double? width,
  int? words,
  double? height,
  BorderRadiusGeometry? borderRadius,
  BoxShape? shape,
  double? uniRadius,
  double indent,
  double indentEnd,
  BoneButtonType type,
}) = _ButtonBone;