onTap property
An optional callback that is called when the button is tapped. If this is not provided, the button will be considered disabled.
Implementation
final VoidCallback? onTap;
An optional callback that is called when the button is tapped. If this is not provided, the button will be considered disabled.
final VoidCallback? onTap;