OnboardingPreferences constructor

const OnboardingPreferences({
  1. required String locale,
  2. required AppThemeMode themeMode,
  3. required TextSizePreference textSize,
  4. required bool notificationsEnabled,
})

Implementation

const OnboardingPreferences({
  required this.locale,
  required this.themeMode,
  required this.textSize,
  required this.notificationsEnabled,
});