FlIndicatorPainter constructor

FlIndicatorPainter(
  1. FlIndicator widget,
  2. double page,
  3. int index,
  4. Paint _paint,
  5. Color _activeColor,
  6. Color _color,
)

Implementation

FlIndicatorPainter(this.widget, this.page, this.index, this._paint,
    this._activeColor, this._color);