ExpandScopeInheritedWidget constructor

const ExpandScopeInheritedWidget({
  1. Key? key,
  2. required Widget child,
  3. required List<RenderBox> associated,
})

Implementation

const ExpandScopeInheritedWidget({super.key, required super.child, required this.associated});