TextClickEvent.change_page constructor
TextClickEvent.change_page(
- int to
changes book page
Implementation
TextClickEvent.change_page(int to)
: action = 'change_page',
value = to.toString();
changes book page
TextClickEvent.change_page(int to)
: action = 'change_page',
value = to.toString();