areAllSelected method

bool areAllSelected(
  1. BuildContext context
)

Implementation

bool areAllSelected(BuildContext context) =>
    bloc(context).state.selectedItemIds.length == bloc(context).list.length;