GalleryHeaderThemeData constructor

const GalleryHeaderThemeData({
  1. Color? closeButtonColor,
  2. Color? backgroundColor,
  3. TextStyle? titleTextStyle,
})

Implementation

const GalleryHeaderThemeData({
  this.closeButtonColor,
  this.backgroundColor,
  this.titleTextStyle,
});