--
You received this message because you are subscribed to the Google Groups "Flutter Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
padding: new EdgeInsets.only(left: index != 0 ? 5.0 : 0.0),
child: new RawMaterialButton(
...
but it feels a little bit strange... Wrapping something in a Widget to add some padding is not a problem to performace in Lists in Flutter?