restore2DeviceValue function

double restore2DeviceValue(
  1. double dpValue
)

Implementation

BlueprintsRectangle _uiBlueprints = const BlueprintsRectangle(0, 0);double restore2DeviceValue(double dpValue) {return dpValue * Info.instance.restoreRatio;}