getCurrentIndex property
int
get
getCurrentIndex
Get the current index
Implementation
int get getCurrentIndex => currentIndex ?? 0;
Get the current index
int get getCurrentIndex => currentIndex ?? 0;