Round only pixel number without include the unity.
String roundPixelsOnly(double val) { return '${truncate(val, 1)}'; }