PrimaryButton constructor
const
PrimaryButton({})
Implementation
const PrimaryButton({
super.key,
required this.title,
required this.onPressed,
this.loading=false,
this.color,
this.height,
this.width,
});