hasExpandedContent property
bool
get
hasExpandedContent
Whether any row detail content is currently expanded.
Implementation
bool get hasExpandedContent => expandedDetailKey != null;
Whether any row detail content is currently expanded.
bool get hasExpandedContent => expandedDetailKey != null;