SampleFrontScreen constructor
const
SampleFrontScreen({
- Key? key,
- required SampleFrontArguments args,
Implementation
const SampleFrontScreen({super.key, required this.args});