GalleryOptions constructor
const
GalleryOptions({
- ThemeMode? themeMode,
- double? textScaleFactor,
- CustomTextDirection? customTextDirection,
- Locale? locale,
- double? timeDilation,
- TargetPlatform? platform,
- bool? isTestMode,
Implementation
const GalleryOptions({
this.themeMode,
double? textScaleFactor,
this.customTextDirection,
Locale? locale,
this.timeDilation,
this.platform,
this.isTestMode,
}) : _textScaleFactor = textScaleFactor,
_locale = locale;