menu
flutter_up package
documentation
helpers/up_routes_helper.dart
UpRoutesHelper
getCurrentPath static method
getCurrentPath static method
dark_mode
light_mode
getCurrentPath
static method
String
getCurrentPath
(
BuildContext
context
)
Implementation
static String getCurrentPath(BuildContext context) { return GoRouterState.of(context).path ?? ""; }
flutter_up package
documentation
helpers/up_routes_helper
UpRoutesHelper
getCurrentPath static method
UpRoutesHelper class