optionalChild abstract method
Build the child at the given key.
If the node specified is not a widget, returns null.
See also:
- child, which returns an ErrorWidget instead of null if the widget is missing.
Implementation
Widget? optionalChild(List<Object> argsKey);