associated static method
Implementation
static List<RenderBox>? associated(BuildContext context) {
return (context.getElementForInheritedWidgetOfExactType<ExpandScopeInheritedWidget>()?.widget
as ExpandScopeInheritedWidget?)
?.associated;
}