getTextBoxes method

List<TextBox> getTextBoxes()

Returns the list of text boxes for the current page.

Implementation

List<TextBox> getTextBoxes() => _textBoxes[_currentPage] ?? [];