isRotateSupported property

bool get isRotateSupported

@return Whether this bitmap supports counter-clockwise rotation.

Implementation

bool get isRotateSupported => _binarizer.luminanceSource.isRotateSupported;