Lesson 19: Row Widget
Row(
children: [
Text('Item 1'),
SizedBox(width: 10),
Text('Item 2'),
SizedBox(width: 10),
Text('Item 3'),
],
)
Row(
children: [
Text('Item 1'),
SizedBox(width: 10),
Text('Item 2'),
SizedBox(width: 10),
Text('Item 3'),
],
)