NowIndicatorStyle.raw constructor

const NowIndicatorStyle.raw({
  1. required NowIndicatorShape shape,
  2. required Color lineColor,
  3. required double lineWidth,
})

Implementation

const NowIndicatorStyle.raw({
  required this.shape,
  required this.lineColor,
  required this.lineWidth,
}) : assert(lineWidth >= 0);