position property

ListItemPostition? position
final

The position of the list item in the list.

This position is used to determine the border-radius of the list item on iOS. For Android is determines if a divider should be shown above or below the list item.

Implementation

final ListItemPostition? position;