Polyline constructor
const
Polyline({})
Creates an instance of Polyline.
Implementation
const Polyline({
required this.data,
required this.paint,
this.offset,
this.onPaint,
});
Creates an instance of Polyline.
const Polyline({
required this.data,
required this.paint,
this.offset,
this.onPaint,
});