childList abstract method
Builds the children at the given key.
If the node is missing, returns an empty list.
If the node specified is not a list of widgets, returns a list with the non-widget nodes replaced by ErrorWidget.
Implementation
List<Widget> childList(List<Object> argsKey);