NumberSelectionTheme constructor

NumberSelectionTheme({
  1. Color? draggableCircleColor,
  2. Color? numberColor,
  3. Color? iconsColor,
  4. Color? backgroundColor,
  5. Color? outOfConstraintsColor,
})

Implementation

NumberSelectionTheme(
    {this.draggableCircleColor,
    this.numberColor,
    this.iconsColor,
    this.backgroundColor,
    this.outOfConstraintsColor});