menu
messenger
ui/page/home/page/chat/widget/donate.dart
DonateRectangle
DonateRectangle.new const constructor
DonateRectangle.new
dark_mode
light_mode
DonateRectangle
constructor
const
DonateRectangle
(
{
Key
?
key
,
double
height
=
50
,
double
?
width
=
50
,
num
?
amount
,
})
Implementation
const DonateRectangle({ super.key, this.height = 50, this.width = 50, this.amount, });
messenger
donate
DonateRectangle
DonateRectangle.new const constructor
DonateRectangle class