getModel3DRotationX method

Future<num?> getModel3DRotationX()

Get the 3D model's rotation value on the X-axis in degrees

Implementation

Future<num?> getModel3DRotationX() =>
    DisplayRulePlatform.instance.getModel3DRotationX(id);