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