OnSetPosition typedef
OnSetPosition =
dynamic Function(int)
Allows to programmatically change the position of the multiggle.
Implementation
typedef OnSetPosition = Function(int);
Allows to programmatically change the position of the multiggle.
typedef OnSetPosition = Function(int);