menu
nomo_router package
documentation
router/constants.dart
NotFound
NotFound const constructor
NotFound const constructor
dark_mode
light_mode
NotFound
constructor
const
NotFound
(
{
Key
?
key
,
})
Implementation
const NotFound({Key? key}) : super(key: key);
nomo_router package
documentation
router/constants
NotFound
NotFound const constructor
NotFound class