Draw itself and its children, according to the calculated box.offset
box.offset
@override void paint(Context context) { assert(_context != null); super.paint(_context!); paintChild(_context!); }