troggle/troggle library
Classes
- Troggle
- The Troggle widget gives the possibility to choose between 3 positions: yes, no or maybe. Can be very useful if you are not sure about the answer ;-)
Enums
- TrogglePosition
- Available positions of the Troggle
Extensions
- TrogglePositionConverter on int
- Convert int value into TrogglePosition value
Typedefs
- OnTrogglePositionChanged = dynamic Function(TrogglePosition)
- Allows to listen when the position of the Troggle changes.