specialItemPosition property

SpecialItemPosition? specialItemPosition
final

Set a special item in the picker with several positions. Since the grid view is reversed, SpecialItemPosition.prepend will be at the top and SpecialItemPosition.append at the bottom.

Defaults to SpecialItemPosition.none.

Implementation

final SpecialItemPosition? specialItemPosition;