itemSorter method

int itemSorter(
  1. T a,
  2. T b
)

Implementation

int itemSorter(T a, T b) => widget._itemSorter(a, b);