story property

  1. @experimental
Story<Widget, StoryArgs<Widget>>? get story

Returns the current active Story.

Implementation

@experimental
Story? get story => isNext ? useCase as Story : null;