expandedItems property

bool expandedItems
final

Set true to give items equal size by wrapping in Expanded. If AnimatedItemPicker is inside Row or Column setting expandedItems = true, could cause "unbounded width/height" issue, to avoid it consider setting expandedItems = false and giving item size explicitly in 'itemBuilder'. Defaults to false.

Implementation

final bool expandedItems;