NowIndicator constructor

const NowIndicator({
  1. Key? key,
  2. NowIndicatorStyle? style,
  3. Widget? child,
})

Implementation

const NowIndicator({
  super.key,
  this.style,
  this.child,
});