selectedPage property
getter/setter pair
The index of the currently selected page.
It is observable, so any changes to selectedPage
will trigger UI updates.
Implementation
var selectedPage = 0.obs;
The index of the currently selected page.
It is observable, so any changes to selectedPage
will trigger UI updates.
var selectedPage = 0.obs;