isExpanded method
True when this item's id is present in state.expandedItemIds
.
Implementation
bool isExpanded(BuildContext context) => bloc(context).state.isExpanded(item);
True when this item's id is present in state.expandedItemIds
.
bool isExpanded(BuildContext context) => bloc(context).state.isExpanded(item);