BetweenPathOffset.line constructor
BetweenPathOffset.line(})
constructor, factories
Implementation
// 'width' means stoke width
BetweenPathOffset.line(
super.between,
double width, {
super.curve,
StrokeCap strokeCap = StrokeCap.round,
}) : assert(strokeCap == StrokeCap.round),
super(onAnimate: animateStadiumLine(between, width));