openDrawer method
Implementation
void openDrawer() {
xoffSet =
RuntimeVariables.shadowXUserInput ?? Constants.SHADOW_X_OFFSET_END;
yoffSet =
RuntimeVariables.shadowYUserInput ?? Constants.SHADOW_Y_OFFSET_END;
angle = RuntimeVariables.shadowAngleUserInput ?? Constants.SHADOW_ANGLE_END;
}