themeModeFormatter property
The ThemeModeFormatter that will be used to format the theme mode.
E.g.: (mode) => mode.toString().capitalize()
Implementation
final ThemeModeFormatter? themeModeFormatter;
The ThemeModeFormatter that will be used to format the theme mode.
E.g.: (mode) => mode.toString().capitalize()
final ThemeModeFormatter? themeModeFormatter;