layout property

ItemPickerLayout? layout
final

Layout style for arranging items in the picker interface.

Determines how items are arranged within the picker container, such as grid or list layout. Defaults to grid layout.

Implementation

final ItemPickerLayout? layout;