OtherScreen constructor

const OtherScreen({
  1. Key? key,
  2. required String deepLinkValue,
})

Implementation

const OtherScreen({Key? key, required this.deepLinkValue}) : super(key: key);