SampleCode constructor

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

Implementation

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