Returns the list of text boxes for the current page.
List<TextBox> getTextBoxes() => _textBoxes[_currentPage] ?? [];