add method

  1. @override
void add(
  1. RenderBox child
)
override

Append child to the end of this render object's child list.

Implementation

@override
void add(RenderBox child) {}