fabIndex property

List<int> get fabIndex

Implementation

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