AlbumPickerTheme constructor

const AlbumPickerTheme({
  1. Color? primaryColor,
  2. Color? backgroundColor,
  3. Color? backgroundColorSecondary,
  4. Color? textColor,
  5. Color? textColorSecondary,
  6. String? confirmButtonIconAsset,
  7. double? bigFontSize,
  8. double? normalFontSize,
  9. double? smallFontSize,
  10. double? bigRadius,
  11. double? normalRadius,
  12. double? smallRadius,
})

Implementation

const AlbumPickerTheme({
  this.primaryColor,
  this.backgroundColor,
  this.backgroundColorSecondary,
  this.textColor,
  this.textColorSecondary,
  this.confirmButtonIconAsset,
  this.bigFontSize,
  this.normalFontSize,
  this.smallFontSize,
  this.bigRadius,
  this.normalRadius,
  this.smallRadius,
});