selectPathIndex property
int
get
selectPathIndex
Implementation
int get selectPathIndex => _selectPathIndex;
set
selectPathIndex
(int selectPathIndex)
Implementation
set selectPathIndex(int selectPathIndex) {
_selectPathIndex = selectPathIndex;
notifyListeners();
}