CustomRaisedButton constructor
const
CustomRaisedButton({})
Implementation
const CustomRaisedButton({
Key? key,
required this.child,
this.color,
this.textColor,
this.height = 50.0,
this.borderRadius = 2.0,
this.loading = false,
this.onPressed,
}) : super(key: key);