onOpenDashboard property
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;
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.
final VoidCallback? onOpenDashboard;