onOpenDashboard property

VoidCallback? onOpenDashboard
final

Called when the user taps the details button.

Wire it to a route built with performanceDashboardRoute(), or to your own page. Leaving it null hides the button's effect.

Implementation

final VoidCallback? onOpenDashboard;