TestSlideButton constructor
const
TestSlideButton({})
Implementation
const TestSlideButton({
Key? key,
this.text = 'Slide to confirm',
this.backgroundColor = Colors.amber,
this.thumbColor = Colors.white,
this.textColor = Colors.black,
this.icon = Icons.arrow_forward,
required this.onConfirm,
}) : super(key: key);