XFile? get latestPic => _latestPic;
set latestPic(XFile? value) { _latestPic = value; notifyListeners(); }