menu
messenger
ui/page/home/widget/shadowed_rounded_button.dart
ShadowedRoundedButton
ShadowedRoundedButton const constructor
ShadowedRoundedButton
dark_mode
light_mode
ShadowedRoundedButton
constructor
const
ShadowedRoundedButton
(
{
Key
?
key
,
Widget
?
child
,
Color
?
color
,
void
onPressed
()?,
double
?
maxWidth
,
})
Implementation
const ShadowedRoundedButton({ super.key, this.child, this.color, this.onPressed, this.maxWidth, });
messenger
shadowed_rounded_button
ShadowedRoundedButton
ShadowedRoundedButton const constructor
ShadowedRoundedButton class