Unverified Commit a29c6d9b authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

kick bots (#20200)

parent 9ffa1c51
...@@ -245,7 +245,7 @@ class _DemosPage extends StatelessWidget { ...@@ -245,7 +245,7 @@ class _DemosPage extends StatelessWidget {
@override @override
Widget build(BuildContext context) { Widget build(BuildContext context) {
// When overriding ListView.padding, it's necessary to manually handle // When overriding ListView.padding, it is necessary to manually handle
// safe areas. // safe areas.
final double windowBottomPadding = MediaQuery.of(context).padding.bottom; final double windowBottomPadding = MediaQuery.of(context).padding.bottom;
return new KeyedSubtree( return new KeyedSubtree(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment