OnboardingPreferences constructor
- required String locale,
- required AppThemeMode themeMode,
- required TextSizePreference textSize,
- required bool notificationsEnabled,
Implementation
const OnboardingPreferences({
required this.locale,
required this.themeMode,
required this.textSize,
required this.notificationsEnabled,
});