ArrowFactory constructor
ArrowFactory({
- double? arrowHeadSize,
Creates an instance of ArrowFactory with the given arrowHeadSize
.
Implementation
ArrowFactory({this.arrowHeadSize}) : super();
Creates an instance of ArrowFactory with the given arrowHeadSize
.
ArrowFactory({this.arrowHeadSize}) : super();