onTap property
final
The callback when this item is tapped.
This is used, as the logout button is also in the side bar and should look the same, as to reduce code duplication.
Note:
- Navigation is handled after the callback has finished, so don't call any heavy functions in this callback
- onTap is only called when the route is not active
Implementation
final FutureOr<void> Function()? onTap;