emptyStateV3Story top-level property

Story emptyStateV3Story
getter/setter pair

Implementation

Story emptyStateV3Story = Story(
  name: 'Empty State Screen Variant - 3',
  builder: (context) => EmptyStateV3Story(),
);