menu
messenger
ui/page/home/page/chat/widget/donate.dart
DiamondButton
DiamondButton.new const constructor
DiamondButton.new
dark_mode
light_mode
DiamondButton
constructor
const
DiamondButton
(
{
Key
?
key
,
required
String
text
,
void
onPressed
()?,
Color
?
color
,
})
Implementation
const DiamondButton({ super.key, required this.text, this.onPressed, this.color, });
messenger
donate
DiamondButton
DiamondButton.new const constructor
DiamondButton class