some whitespace cleanup (#14443)

This commit is contained in:
Alexandre Ardhuin
2018-02-02 23:27:29 +01:00
committed by GitHub
parent 688a571c71
commit c02b6a8bcf
158 changed files with 340 additions and 340 deletions

View File

@@ -64,7 +64,7 @@ class TileScrollLayout extends StatelessWidget {
itemCount: 200,
itemBuilder: (BuildContext context, int index) {
return new Padding(
padding:const EdgeInsets.all(5.0),
padding: const EdgeInsets.all(5.0),
child: new Material(
elevation: (index % 5 + 1).toDouble(),
color: Colors.white,