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