StreamGalleryHeaderThemeData constructor

const StreamGalleryHeaderThemeData({
  1. Color? closeButtonColor,
  2. Color? backgroundColor,
  3. Color? iconMenuPointColor,
  4. TextStyle? titleTextStyle,
  5. TextStyle? subtitleTextStyle,
  6. Color? bottomSheetBarrierColor,
})

Implementation

const StreamGalleryHeaderThemeData({
  this.closeButtonColor,
  this.backgroundColor,
  this.iconMenuPointColor,
  this.titleTextStyle,
  this.subtitleTextStyle,
  this.bottomSheetBarrierColor,
});