RegisterButton constructor
- Key? key,
- void onPressed()?,
Creates a RegisterButton.
Implementation
const RegisterButton({
Key? key,
this.onPressed,
}) : super(key: key);
Creates a RegisterButton.
const RegisterButton({
Key? key,
this.onPressed,
}) : super(key: key);