OtherScreenScope constructor

const OtherScreenScope({
  1. dynamic args,
  2. Key? key,
})

Implementation

const OtherScreenScope({super.args, super.key}) : super.createDeferred();