canDelete property

bool canDelete
inherited

Returns if items can be deleted from this controller. Uses minLength that was set in the constructor for the lower limit. It also returns true for the empty list

Implementation

bool get canDelete => _itemControllers.length > minLength;