AppPageIndicator constructor
const
AppPageIndicator({})
Implementation
const AppPageIndicator({
Key? key,
required this.count,
required this.controller,
required this.color,
this.onDotPressed,
this.dotSize,
String? semanticPageTitle,
}) : semanticPageTitle =
semanticPageTitle ?? "strings.appPageDefaultTitlePage",
super(key: key);