CHoldButton constructor
const
CHoldButton({
- Key? key,
- required VoidCallback onPressed,
- required IconData icon,
- double bsize = 70.0,
- double isize = 36.0,
- Color baseColor = Colors.teal,
- CHoldButtonAnimationType animationType = CHoldButtonAnimationType.pulseOnly,
Implementation
const CHoldButton({
super.key,
required this.onPressed,
required this.icon,
this.bsize = 70.0,
this.isize = 36.0,
this.baseColor = Colors.teal,
this.animationType = CHoldButtonAnimationType.pulseOnly,
});