SampleFrontScreen constructor

const SampleFrontScreen({
  1. Key? key,
  2. required SampleFrontArguments args,
})

Implementation

const SampleFrontScreen({super.key, required this.args});