GalleryAppBar constructor

const GalleryAppBar({
  1. String? title = GALLERY,
  2. Color? color,
})

Implementation

const GalleryAppBar({
  this.title = GALLERY,
  this.color,
});