PrimaryButton constructor
const
PrimaryButton({})
Implementation
const PrimaryButton({Key? key, required this.onPress, required this.title, this.disable = false, this.backgroundColor = const Color(0xff2B6BD8), this.textColor = Colors.white}) : super(key: key);