From ba2c06f2ea10b7f2d06de5ac40b516d997577d64 Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Sat, 1 Oct 2022 20:18:04 +0200 Subject: [PATCH] static analysis --- .../common/grid/sections/fixed/section_layout_builder.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/widgets/common/grid/sections/fixed/section_layout_builder.dart b/lib/widgets/common/grid/sections/fixed/section_layout_builder.dart index 316291736..accf3d9d3 100644 --- a/lib/widgets/common/grid/sections/fixed/section_layout_builder.dart +++ b/lib/widgets/common/grid/sections/fixed/section_layout_builder.dart @@ -11,7 +11,7 @@ import 'package:tuple/tuple.dart'; class FixedExtentSectionLayoutBuilder extends SectionLayoutBuilder { int _currentIndex = 0; double _currentOffset = 0; - List _itemSizes; + final List _itemSizes; FixedExtentSectionLayoutBuilder({ required super.sections,