ContinueButton constructor
const
ContinueButton({})
Implementation
const ContinueButton(
{super.key,
required this.buttonLabel,
this.buttonHeight = 58,
this.buttonWidth = 260,
this.color = Colors.green});