AddNewCardTile constructor
const
AddNewCardTile({
- Key? key,
- VoidCallback? onTap,
Implementation
const AddNewCardTile({
super.key,
this.onTap,
});
const AddNewCardTile({
super.key,
this.onTap,
});