themeMode property

ThemeMode? themeMode
final

The theme mode to be applied to the Widgetbook application.

This parameter allows you to set the theme to light, dark, or follow the system setting. By default, it follows the system theme.

Implementation

final ThemeMode? themeMode;