41 required String
label,
42 required IconData
icon,
44 required BuildContext context,
45 required
bool isEnabled,
48 opacity: isEnabled ? .9 : .2,
49 child: ElevatedButton(
51 style: ElevatedButton.styleFrom(
53 overlayColor: Theme.of(context).primaryColor.withOpacity(0.11),
57 mainAxisAlignment: MainAxisAlignment.spaceBetween,
61 style: Theme.of(context).textTheme.bodySmall,
65 onChanged: (
value) {},
66 activeColor: Theme.of(context).colorScheme.primary,