Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -78,6 +78,7 @@ extension ResultExt on Result { | @@ -78,6 +78,7 @@ extension ResultExt on Result { | ||
| 78 | } | 78 | } |
| 79 | } | 79 | } |
| 80 | 80 | ||
| 81 | + /// Get the corner points of the result. | ||
| 81 | List<Offset> get resultPoints { | 82 | List<Offset> get resultPoints { |
| 82 | final JSArray? resultPoints = getResultPoints.callAsFunction() as JSArray?; | 83 | final JSArray? resultPoints = getResultPoints.callAsFunction() as JSArray?; |
| 83 | 84 |
-
Please register or login to post a comment