Creates a widget that has exactly one child widget.
const SingleChildStatelessWidget({Key? key, Widget? child}) : _child = child, super(key: key);