isFreeRotateEnabled property

bool get isFreeRotateEnabled

是否启用自由旋转功能

Implementation

bool get isFreeRotateEnabled =>
    isRotateFeatureEnabled && config.rotateOptions.enableFree;