themeModeFormatter property

ThemeModeFormatter? themeModeFormatter
final

The ThemeModeFormatter that will be used to format the theme mode.

E.g.: (mode) => mode.toString().capitalize()

Implementation

final ThemeModeFormatter? themeModeFormatter;