GalleryOptions constructor

const GalleryOptions({
  1. ThemeMode? themeMode,
  2. double? textScaleFactor,
  3. CustomTextDirection? customTextDirection,
  4. Locale? locale,
  5. double? timeDilation,
  6. TargetPlatform? platform,
  7. bool? isTestMode,
})

Implementation

const GalleryOptions({
  this.themeMode,
  double? textScaleFactor,
  this.customTextDirection,
  Locale? locale,
  this.timeDilation,
  this.platform,
  this.isTestMode,
})  : _textScaleFactor = textScaleFactor,
      _locale = locale;