StreamGalleryFooterThemeData constructor

const StreamGalleryFooterThemeData({
  1. Color? backgroundColor,
  2. Color? shareIconColor,
  3. TextStyle? titleTextStyle,
  4. Color? gridIconButtonColor,
  5. Color? bottomSheetBarrierColor,
  6. Color? bottomSheetBackgroundColor,
  7. TextStyle? bottomSheetPhotosTextStyle,
  8. Color? bottomSheetCloseIconColor,
})

Implementation

const StreamGalleryFooterThemeData({
  this.backgroundColor,
  this.shareIconColor,
  this.titleTextStyle,
  this.gridIconButtonColor,
  this.bottomSheetBarrierColor,
  this.bottomSheetBackgroundColor,
  this.bottomSheetPhotosTextStyle,
  this.bottomSheetCloseIconColor,
});