PageIndicator constructor
const
PageIndicator({})
Implementation
const PageIndicator(
{Key? key,
this.indicatorBackColor = Colors.white,
this.indicatorColor = Colors.grey,
required this.controller,
required this.length,
required this.realPage,
this.indicatorSpace = 4.0,
this.indicatorWidth = 6})
: super(key: key);