NowIndicatorStyle.raw constructor
const
NowIndicatorStyle.raw({
- required NowIndicatorShape shape,
- required Color lineColor,
- required double lineWidth,
Implementation
const NowIndicatorStyle.raw({
required this.shape,
required this.lineColor,
required this.lineWidth,
}) : assert(lineWidth >= 0);