CustomElevatedButton constructor
const
CustomElevatedButton({})
Implementation
const CustomElevatedButton(
{super.key,
this.color,
this.size,
this.borderRadius,
this.onPressed,
this.borderSide,
this.child});