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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user