dp property

double get dp

Implementation

double get dp {
  return (this * _scale).roundToOneDecimalPlace;
}