CompletedScreen constructor

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

Implementation

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