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