basePath property Null safety
Uses widget.basePath -> currentRoutingPath
Implementation
String get basePath => widget.basePath ?? PathStack.of(context)?.currentRoutingPath ?? "";
Uses widget.basePath -> currentRoutingPath
String get basePath => widget.basePath ?? PathStack.of(context)?.currentRoutingPath ?? "";