RoundButton constructor
const
RoundButton({
- required String label,
- VoidCallback? onPressed,
- Color? backgroundColor,
- bool? isLoading,
- Key? key,
Implementation
const RoundButton({
required this.label,
this.onPressed,
this.backgroundColor,
this.isLoading,
super.key,
});