Config.enabled constructor
const
Config.enabled(
- bool enabled
Controls whether the annotated custom widget gets Widgetbook stories.
Implementation
// ignore: avoid_positional_boolean_parameters
const Config.enabled(bool enabled) : this(enabled: enabled);