crop property

Rx<Rect> crop
final

Crop rectangle coordinates for image.

Values should be normalized between 0 and 1.

Implementation

final Rx<Rect> crop = Rx(const Rect.fromLTWH(0, 0, 1, 1));