menu
webf package
documentation
rendering.dart
LayoutBoxWrapper
LayoutBoxWrapper.new constructor
LayoutBoxWrapper.new constructor
dark_mode
light_mode
LayoutBoxWrapper
constructor
LayoutBoxWrapper
(
{
required
Widget
child
,
required
Element
ownerElement
,
})
Implementation
LayoutBoxWrapper({required Widget child, required this.ownerElement}) : super(child: child);
webf package
documentation
rendering
LayoutBoxWrapper
LayoutBoxWrapper.new constructor
LayoutBoxWrapper class