Header Widget

You can add a custom header to the navigation panel by providing a header parameter to the Config. This can be used for branding or additional information.

widgetbook/lib/widgetbook.config.dart
final config = Config(
  // ...
  header: const MyCustomHeaderWidget(),
);