1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00

Fix web/_tool/verify_packages

Fix lints in a number of samples
This commit is contained in:
Kevin Moore
2019-09-12 16:31:54 -07:00
committed by John Ryan
parent f9d973e7ba
commit 7a63156650
8 changed files with 51 additions and 31 deletions

View File

@@ -30,7 +30,7 @@ class LayeredChartState extends State<LayeredChart> {
double graphHeight;
List<TextPainter> labelPainter;
List<TextPainter> milestonePainter;
Size lastSize = null;
Size lastSize;
void buildPaths(
Size size,