selectDot property
int
get
selectDot
Implementation
int get selectDot => _selectDot;
set
selectDot
(int selectDot)
Implementation
set selectDot(int selectDot) {
_selectDot = selectDot;
notifyListeners();
}