hasExpandableContent property
bool
get
hasExpandableContent
Implementation
bool get hasExpandableContent =>
child != null || (children != null && children!.isNotEmpty);
bool get hasExpandableContent =>
child != null || (children != null && children!.isNotEmpty);