isRotating property

bool get isRotating

Returns true if the globe is rotating

Implementation

bool get isRotating => _isRotating;
set isRotating (bool value)

Sets the rotation of the globe

Implementation

set isRotating(bool value) => _isRotating;