child method

T child(
  1. Widget? child
)

@fixed ~ set the child of the resulting widget

Implementation

T child(Widget? child) => resolve(child, #children);