emptyStateV2Story top-level property
Story
emptyStateV2Story
getter/setter pair
Implementation
Story emptyStateV2Story = Story(
name: 'Empty State Screen Variant - 2',
builder: (context) => EmptyStateV2Story(),
);