We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5219af0 commit 21988a2Copy full SHA for 21988a2
lib/src/spin_formatter.dart
@@ -63,7 +63,7 @@ class SpinFormatter extends TextInputFormatter {
63
);
64
}
65
66
- // Verificar si es un número válido
+ // Verify if it's a valid number
67
bool isValidNumber = false;
68
num? parsedValue;
69
0 commit comments