Theme
Widgetbook allows developers to define whatever Theme they have defined for their app.
To accompany every theme and the ones defined by Flutter, the following constructors
exist:
| Theme | Constructor | Defaults to |
|---|---|---|
| Custom Theme | Widgetbook | ➖ |
| Material | Widgetbook.material | Widgetbook<ThemeData> |
| Cupertino | Widgetbook.cupertino | Widgetbook<CupertinoThemeData> |
Create Custom Theme
For more detailed information, visit the Custom Theme in Widgetbook.

