GridController({required this.pageFetcher, this.duration}) { if (duration == null) this.duration = Duration(seconds: 1); }