isFixedRotateEnabled property

bool get isFixedRotateEnabled

是否启用固定角度旋转功能

Implementation

bool get isFixedRotateEnabled =>
    isRotateFeatureEnabled && config.rotateOptions.enableFixed;