(mode: AspectRatioMode)
| 60 | widget.setPixmap(pixMap); |
| 61 | }, |
| 62 | set aspectRatioMode(mode: AspectRatioMode) { |
| 63 | widget.setAspectRatioMode(mode); |
| 64 | }, |
| 65 | set transformationMode(mode: TransformationMode) { |
| 66 | widget.setTransformationMode(mode); |
| 67 | }, |
nothing calls this directly
no test coverage detected