onDashboardSecondaryLongTapped property

dynamic Function(BuildContext context, Offset position)? onDashboardSecondaryLongTapped
final

callback for mouse right click long press on dashboard

Implementation

final Function(BuildContext context, Offset position)?
    onDashboardSecondaryLongTapped;