HomeScope constructor

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

Implementation

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