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