uiState property

Map<String, dynamic> uiState
final

Sets up the dictionary for usage with the SPA.

Implementation

static final uiState = <String, dynamic>{
  "darkTheme": ThemeData.dark(useMaterial3: true),
  "themeMode": ThemeMode.system,
  "theme": ThemeData.light(useMaterial3: true),
};