emptyStateV4Story top-level property

Story emptyStateV4Story
getter/setter pair

Implementation

Story emptyStateV4Story = Story(
  name: 'Empty State Screen Variant - 4',
  builder: (context) => EmptyStateV4Story(),
);