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