RectPoints constructor
RectPoints({})
Implementation
RectPoints({
required this.topLeft,
required this.topRight,
required this.bottomLeft,
required this.bottomRight,
this.anchor = Anchor.center,
});
RectPoints({
required this.topLeft,
required this.topRight,
required this.bottomLeft,
required this.bottomRight,
this.anchor = Anchor.center,
});