clear method
Clears all the data in these text boxes.
Implementation
void clear() {
longDecimal.clear();
longDegrees.clear();
longMinutes.clear();
longSeconds.clear();
latDecimal.clear();
latDegrees.clear();
latMinutes.clear();
latSeconds.clear();
notifyListeners();
}