forked from firka/flutter
some whitespace cleanup (#14443)
This commit is contained in:
committed by
GitHub
parent
688a571c71
commit
c02b6a8bcf
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user