selectedCount property

int get selectedCount

获取已选中的数量

Implementation

int get selectedCount => _state?.selectedCount ?? 0;