menu
nui_toolbox package
documentation
pageview/nui_pageview.dart
NUIPageViewController
changePage method
changePage method
dark_mode
light_mode
changePage
method
void
changePage
(
int
page
)
Implementation
void changePage(int page){ if(_changePageCallback != null) _changePageCallback!(page); }
nui_toolbox package
documentation
pageview/nui_pageview
NUIPageViewController
changePage method
NUIPageViewController class