Constructs a RowEnd widget.
The children parameter is required and represents the list of widgets to be displayed in the row.
children
const RowEnd({Key? key, required this.children}) : super(key: key);