LayoutBoxWrapper constructor

const LayoutBoxWrapper({
  1. Key? key,
  2. required Widget child,
  3. required Element ownerElement,
})

Implementation

const LayoutBoxWrapper({super.key, required Widget child, required this.ownerElement}) : super(child: child);