page_view_indicators
page_view_indicators copied to clipboard
Support indicators that run along the verticalAxis
any update on this ?
Hey ! I just used this
Transform.rotate(
angle: pi / 2,
child: StepPageIndicator(
itemCount: 2,
currentPageNotifier: _vPageNotifier,
size: 16,
...
),
),