PrimaryButton constructor
const
PrimaryButton({})
Implementation
const PrimaryButton({
Key? key,
required this.text,
this.onTap,
this.isLoading = false,
this.isDisabled = false,
this.fontSize,
this.otherWidget,
this.buttonColor,
this.textStyle,
this.buttonHeight = 50,
this.borderColor,
this.leadingWidget,
this.buttonWidth,
}) : super(key: key);