MediasfuModernShell constructor

const MediasfuModernShell({
  1. Key? key,
  2. required ModernMediasfuGenericOptions options,
  3. required MediasfuThemeModeNotifier themeNotifier,
})

Implementation

const MediasfuModernShell({
  super.key,
  required this.options,
  required this.themeNotifier,
});