emptyStateV1Story top-level property

Story emptyStateV1Story
getter/setter pair

Implementation

Story emptyStateV1Story = Story(
  name: 'Empty State Screen Variant - 1',
  builder: (context) => EmptyStateV1Story(),
);