isSelected property

bool isSelected

The flag to describe whether current item is selected.

Implementation

bool get isSelected => multiSelecting && selected;