selectedItem property

PdfListFieldItem? selectedItem

Gets the selected item in the list.

Implementation

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