ui/pages/pages library

Classes

FastSettingsDisclaimerPage
FastSettingsLanguagePage
The FastSettingsLanguagePage class is a FastSettingPageLayout that displays the current language of the application. It allows the user to change the language of the application.
FastSettingsPrivacyPolicyPage
FastSettingsTermsOfServicePage
FastSettingsThemePage
The FastSettingsThemePage class is a FastSettingPageLayout that displays the current theme of the application. It allows the user to change the theme of the application. The theme can be changed to light, dark or system.

Typedefs

LanguageFormatter = String Function(String languageCode)
ThemeModeFormatter = String Function(ThemeMode mode)