Story constructor

const Story({
  1. Key? key,
})

Implementation

const Story({Key? key}) : super(key: key);