Iterable<Widget> horizontalChild(Widget child) sync* { yield Expanded(child: child); yield const SizedBox( width: 12, ); }