newValue property

  1. @override
InkPageIndicatorData newValue

Implementation

@override
InkPageIndicatorData get newValue => InkPageIndicatorData(
      activeColor: widget.activeColor,
      inactiveColor: widget.inactiveColor,
      inkColor: widget.inkColor,
      gap: widget.gap,
      shape: widget.shape,
      activeShape: widget.activeShape,
    );