isItemDisabled method

bool isItemDisabled(
  1. int index
)

Implementation

bool isItemDisabled(int index) => filter != null && filter!(index);