TalkerSettingsBottomSheet constructor

const TalkerSettingsBottomSheet({
  1. Key? key,
  2. required TalkerScreenTheme talkerScreenTheme,
  3. required ValueNotifier<Talker> talker,
  4. required List<CustomSettingsGroup> customSettings,
})

Implementation

const TalkerSettingsBottomSheet({
  Key? key,
  required this.talkerScreenTheme,
  required this.talker,
  required this.customSettings,
}) : super(key: key);