switchStory top-level property
Story
switchStory
getter/setter pair
Implementation
Story switchStory = Story(
name: 'Switch',
builder: (context) => SwitchStoryWidget(),
);