menu
impiger_deep_linking package
documentation
OtherScreen.dart
OtherScreen
OtherScreen.new const constructor
OtherScreen.new const constructor
dark_mode
light_mode
OtherScreen
constructor
const
OtherScreen
(
{
Key
?
key
,
required
String
deepLinkValue
,
})
Implementation
const OtherScreen({Key? key, required this.deepLinkValue}) : super(key: key);
impiger_deep_linking package
documentation
OtherScreen
OtherScreen
OtherScreen.new const constructor
OtherScreen class