asListViewFixed property

VirtualFixedListView<HTMLOptionElement> get asListViewFixed

Implementation

VirtualFixedListView<HTMLOptionElement> get asListViewFixed =>
    VirtualFixedListView(length, (i) => item(i) as HTMLOptionElement);