enabled property

bool? enabled
final

Whether this custom widget participates in Widgetbook story emit.

null keeps the default enabled behavior. This key is valid only on an @RestageWidget class.

Implementation

final bool? enabled;