RoundShadowedButton constructor
const
RoundShadowedButton({
- Key? key,
- required String label,
- required VoidCallback onPressed,
- Color color = Colors.blue,
- Color textColor = Colors.white,
Implementation
const RoundShadowedButton({super.key,
required this.label,
required this.onPressed,
this.color = Colors.blue,
this.textColor = Colors.white,
});