layoutKey property

Key? layoutKey
final

Optional key for identifying this item's layout data.

Used to reference this specific flex item when calculating relative positions or sizes based on child dimensions. Useful when multiple flex items need to coordinate their layout based on each other's sizes.

Implementation

final Key? layoutKey;