currentBackIndex property
int
get
currentBackIndex
Get the current back widget index
Implementation
int get currentBackIndex => _state?._currentBackIndex ?? 0;
Get the current back widget index
int get currentBackIndex => _state?._currentBackIndex ?? 0;