GalleryButton constructor

const GalleryButton({
  1. Key? key,
  2. Widget? child,
  3. SvgData? icon,
  4. void onPressed()?,
})

Implementation

const GalleryButton({super.key, this.child, this.icon, this.onPressed});