menu
artisanal package
documentation
widgets.dart
RenderObject
attach method
attach method
dark_mode
light_mode
attach
method
void
attach
(
RenderObject
child
)
Implementation
void attach(RenderObject child) { children.add(child); child.parent = this; }
artisanal package
documentation
widgets
RenderObject
attach method
RenderObject class