roulette_widget library
Classes
- CustomRoulette
- The circle that is showed to spin
- RouletteElementModel
- Model of the elements to be showed in the roulette
- RoulettePainter
- The painter of the circle
- RouletteWidget
- Main class, widthRoulette is the width which the roulette will have widthIndicator is the width of the indicator heightIndicator is the height of the indicator options the list of options using the type RouletteElementModel that the roulette draw otherActions a void function to add custom actions to the tap and drag actions heightCentralWidget a double value to define the central widget's height widthCentralWidget a double value to define the central widget's width centralWidget a widget to place in the center of the roulette borderWidth a double value to define border's width borderColor a Color value to define border's color
- TrianglePainter
- The painter of the indicator
- TriangleWidget
- The indicator class