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