Config.enabled constructor

const Config.enabled(
  1. 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);