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