selectedItem property

PdfListFieldItem? selectedItem

Gets the selected item in the list.

Implementation

PdfListFieldItem? get selectedItem => _helper.selectedItems[0];