menu
messenger
ui/page/home/widget/gallery_button.dart
GalleryButton
GalleryButton const constructor
GalleryButton
dark_mode
light_mode
GalleryButton
constructor
const
GalleryButton
(
{
Key
?
key
,
Widget
?
child
,
SvgData
?
icon
,
void
onPressed
()?,
})
Implementation
const GalleryButton({super.key, this.child, this.icon, this.onPressed});
messenger
gallery_button
GalleryButton
GalleryButton const constructor
GalleryButton class