NumberSwiperIndicator constructor

NumberSwiperIndicator({
  1. Color textColor = Colors.white,
  2. Color backgroundColor = Colors.transparent,
  3. double minWidth = 38,
  4. double minHeight = 18,
})

Implementation

NumberSwiperIndicator(
    {this.textColor = Colors.white,
    this.backgroundColor = Colors.transparent,
    this.minWidth = 38,
    this.minHeight = 18});