SecondaryButton constructor
const
SecondaryButton({
- Key? key,
- required String title,
- VoidCallback? onTap,
Implementation
const SecondaryButton({
super.key,
required this.title,
this.onTap,
});