getAllTextBoxes method

Map<int, List<TextBox>> getAllTextBoxes()

Implementation

Map<int, List<TextBox>> getAllTextBoxes() => _textBoxes;