DonateButton constructor
- void onPressed()?,
- required String hint,
- ChatButton? trailing,
Implementation
const DonateButton({
void Function()? onPressed,
required this.hint,
this.trailing,
}) : super(onPressed);
const DonateButton({
void Function()? onPressed,
required this.hint,
this.trailing,
}) : super(onPressed);