ControlsButton constructor
const
ControlsButton({})
Implementation
const ControlsButton(
{required this.imgUrl,
this.tips = "",
this.onTap,
this.imgHeight = 0,
this.imgOffsetX = 0,
this.imgOffsetY = 0,
this.imgColor,
this.textColor,
this.duration = const Duration(milliseconds: 200),
this.useAnimation = false,
this.isDisabled = false,
super.key});