Flutter – Align Items inside a Row – Multiple tiles
I have the following List. I would like the scale Icons (on the right) to be aligned. The top should be in the same spot as the one underneath. @override Widget build(BuildContext context) { return Padding( padding: const EdgeInsets.only(left: 0.0,…