menu
route_utils package
documentation
route_utils.dart
RouteExtension<T>
isPopup property
isPopup property
dark_mode
light_mode
isPopup
property
bool
get
isPopup
Implementation
bool get isPopup { return this is PopupRoute; }
route_utils package
documentation
route_utils
RouteExtension<T>
isPopup property
RouteExtension extension on
Route
<
T
>