page property

MutableCell<int> page
final

Cell holding the selected page index.

When the page is changed, the value of this cell is updated to reflect the selected page index. Likewise, when the value of this cell is changed, the current page is changed to the page corresponding to the value of the cell.

The behaviour on page switching is affected by animate, duration and curve.

Implementation

final MutableCell<int> page;