next Button
fun nextButton(slot: Int, builder: ButtonBuilder.(PaginatedGuiBuilder<T>) -> Unit): PaginatedGuiBuilder<T>
Defines the button for navigating to the next page.
Return
The current PaginatedGuiBuilder instance for chaining.
Parameters
slot
The slot number for the next page button.
builder
A function to configure the next page button.