multiggle/multiggle library

Classes

Multiggle
The Multiggle widget is a widget that allows to choose more than 2 Toggle positions Just specify how much positions you want to have and the initial position.
MultiggleController
Allows to programmatically pilot the multiggle.

Typedefs

OnMultigglePositionChanged = dynamic Function(int)
Allows to listen when the position of the multiggle changes.
OnSetPosition = dynamic Function(int)
Allows to programmatically change the position of the multiggle.