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