menu
nylo_support package
documentation
widgets/src/collection_view.dart
CollectionItem<T>
isOdd property
isOdd property
dark_mode
light_mode
isOdd
property
bool
get
isOdd
Whether this item is at an odd index.
Implementation
bool get isOdd => index % 2 == 1;
nylo_support package
documentation
widgets/src/collection_view
CollectionItem<T>
isOdd property
CollectionItem class