I am new to flutter and am simply trying to use the geolocator package. I'm trying to initialize the Position class and nothing will work. I've tried to set it equal to a list of variables, I've tried adding late to the prefix, I've tried adding ? to the end of Position. Any help would be appreciated.
Position _newPosition;
error:Non-nullable instance field '_newPosition' must be initialized.