LionButton constructor
const
LionButton({
- Key? key,
- required String label,
- required VoidCallback onPressed,
- bool disabled = false,
Implementation
const LionButton(
{super.key, required this.label, required this.onPressed, this.disabled = false});