List<int> get fabIndex { return [...items, ...items] .asMap() .entries .where((e) => e.key.isOdd) .map((e) => e.key) .toList(); }