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