adaptiveTrace property

TraceRoute? Function(String? name)? adaptiveTrace
final

A function to determine the TraceRoute adaptively based on the route name.

This can be used to enforce a specific presentation style (e.g., all routes starting with '/modal' should be popups) globally.

Implementation

final TraceRoute? Function(String? name)? adaptiveTrace;