FPaginationControl.lifted constructor
const
FPaginationControl.lifted({})
Creates a FPaginationControl for controlling pagination using lifted state.
The page parameter contains the current page index.
The onChange callback is invoked when the user changes the page.
Implementation
const factory FPaginationControl.lifted({
required int page,
required ValueChanged<int> onChange,
required int pages,
int siblings,
bool showEdges,
}) = _Lifted;