AppButton constructor
const
AppButton({
- Key? key,
- String? title,
- VoidCallback? onTap,
- EdgeInsetsGeometry padding = const EdgeInsets.symmetric(horizontal: 8, vertical: 4),
Implementation
const AppButton(
{super.key,
this.title,
this.onTap,
this.padding = const EdgeInsets.symmetric(horizontal: 8, vertical: 4)});