TranslationSettingsModal constructor
- Key? key,
- required TranslationSettingsModalOptions options,
- bool isDarkMode = true,
- bool enableGlassmorphism = true,
- bool enableGlow = true,
Implementation
const TranslationSettingsModal({
super.key,
required this.options,
this.isDarkMode = true,
this.enableGlassmorphism = true,
this.enableGlow = true,
});