isRotateSupported property

bool isRotateSupported

@return Whether this subclass supports counter-clockwise rotation.

Implementation

bool get isRotateSupported {
  return false;
}