toAppPreferences method

AppPreferences toAppPreferences()

Implementation

AppPreferences toAppPreferences() {
  return AppPreferences(
    locale: locale,
    textSize: textSize,
    themeMode: themeMode,
    notificationsEnabled: notificationsEnabled,
    highContrastEnabled: highContrastEnabled,
  );
}