Bone.button constructor
const
Bone.button({})
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;