StoriesCardList constructor

StoriesCardList({
  1. List<StoriesPage?>? cards,
  2. Key? key,
})

Implementation

StoriesCardList({this.cards, Key? key}) : super(key: gkey);