XTC sampling minimum keep
int? get minKeepXtc => _minKeepXtc;
set minKeepXtc(int? value) { _minKeepXtc = value; notifyListeners(); }