rotatePoints property
Implementation
@override
List<RotatePoint> get rotatePoints => [
RotatePoint(
offset: location.translate(size.width / 2, -30),
anchorOffset: location.translate(size.width / 2, 0),
),
];
@override
List<RotatePoint> get rotatePoints => [
RotatePoint(
offset: location.translate(size.width / 2, -30),
anchorOffset: location.translate(size.width / 2, 0),
),
];