ScreenRouter typedef Null safety

ScreenRouter = ScreenWidget? Function(String key, {dynamic data, int? index})

Screen router.