OnMultigglePositionChanged typedef
OnMultigglePositionChanged =
dynamic Function(int)
Allows to listen when the position of the multiggle changes.
Implementation
typedef OnMultigglePositionChanged = Function(int);
Allows to listen when the position of the multiggle changes.
typedef OnMultigglePositionChanged = Function(int);