static analysis
This commit is contained in:
parent
5019cc2065
commit
ba2c06f2ea
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import 'package:tuple/tuple.dart';
|
||||||
class FixedExtentSectionLayoutBuilder<T> extends SectionLayoutBuilder<T> {
|
class FixedExtentSectionLayoutBuilder<T> extends SectionLayoutBuilder<T> {
|
||||||
int _currentIndex = 0;
|
int _currentIndex = 0;
|
||||||
double _currentOffset = 0;
|
double _currentOffset = 0;
|
||||||
List<Size> _itemSizes;
|
final List<Size> _itemSizes;
|
||||||
|
|
||||||
FixedExtentSectionLayoutBuilder({
|
FixedExtentSectionLayoutBuilder({
|
||||||
required super.sections,
|
required super.sections,
|
||||||
|
|
Loading…
Reference in a new issue