MediasfuModernShell constructor
- Key? key,
- required ModernMediasfuGenericOptions options,
- required MediasfuThemeModeNotifier themeNotifier,
Implementation
const MediasfuModernShell({
super.key,
required this.options,
required this.themeNotifier,
});