itemIndex property

int? itemIndex

Used for an indexed child, such as an item of ListView/GridView.

Implementation

int? get itemIndex => null;