onStepLongPressed property

ValueChanged<int>? onStepLongPressed
final

The callback called when a step is long pressed, with its index passed as an argument.

Implementation

final ValueChanged<int>? onStepLongPressed;