ArcRenderData constructor
ArcRenderData({
- required String id,
- required Offset start2D,
- required Offset end2D,
- required Offset control2D,
- required Offset midPoint2D,
- required List<
Offset> arcPoints2D, - required List<
bool> arcPointsVisible, - required bool isStartVisible,
- required bool isEndVisible,
- required bool isMidVisible,
- required AnimatedPointConnection connection,
- double transitionProgress = 1.0,
- double growthProgress = 1.0,
- double dashOffset = 0.0,
Implementation
ArcRenderData({
required this.id,
required this.start2D,
required this.end2D,
required this.control2D,
required this.midPoint2D,
required this.arcPoints2D,
required this.arcPointsVisible,
required this.isStartVisible,
required this.isEndVisible,
required this.isMidVisible,
required this.connection,
this.transitionProgress = 1.0,
this.growthProgress = 1.0,
this.dashOffset = 0.0,
});