currentBackIndex property

int get currentBackIndex

Get the current back widget index

Implementation

int get currentBackIndex => _state?._currentBackIndex ?? 0;