child abstract method

Widget child(
  1. List<Object> argsKey
)

Build the child at the given key.

If the node specified is not a widget, returns an ErrorWidget.

See also:

Implementation

Widget child(List<Object> argsKey);