CustomButton constructor
const
CustomButton({})
Implementation
const CustomButton({
Key? key,
required this.label,
required this.backgroundColor,
required this.textColor,
this.onPressed,
this.style,
this.isLoading = false,
this.shadowOpacity = 0.5,
}) : super(key: key);