NowIndicator constructor
const
NowIndicator({
- Key? key,
- NowIndicatorStyle? style,
- Widget? child,
Implementation
const NowIndicator({
super.key,
this.style,
this.child,
});