menu
noir package
documentation
noir_low_level.dart
RenderObject
adoptChild method
adoptChild method
dark_mode
light_mode
adoptChild
method
void
adoptChild
(
RenderObject
child
)
Add a child to this render object
Implementation
void adoptChild(RenderObject child) { _adoptChild(child); }
noir package
documentation
noir_low_level
RenderObject
adoptChild method
RenderObject class