XFile? get latestPic => _latestPic;
only use on weird edge cases, this normally gets set by shoot
set latestPic(XFile? value) { _latestPic = value; notifyListeners(); }