dimensions property

Rx<Size> dimensions
final

Size of the image.

Implementation

final Rx<Size> dimensions = Rx(const Size(0, 0));