menu
neom_core package
documentation
utils/constants/app_route_constants.dart
AppRouteConstants
blogEntryPath static method
blogEntryPath static method
dark_mode
light_mode
blogEntryPath
static method
String
blogEntryPath
(
String
id
, {
String
slug
=
''
,
})
Implementation
static String blogEntryPath(String id, {String slug = ''}) => '/blog/${_slugOrId(id, slug)}';
neom_core package
documentation
utils/constants/app_route_constants
AppRouteConstants
blogEntryPath static method
AppRouteConstants class