optionalChild abstract method

Widget? optionalChild(
  1. List<Object> argsKey
)

Build the child at the given key.

If the node specified is not a widget, returns null.

See also:

Implementation

Widget? optionalChild(List<Object> argsKey);