position property
Where this button is placed relative to the search pill in a searchable tab bar.
- GlassExtraButtonPosition.beforeSearch (default) — between the tab pill and the search pill. Classic iOS pattern (Mail compose button).
- GlassExtraButtonPosition.afterSearch — pinned to the right edge, after the search pill. The search pill's spring calculations automatically reserve space so no RenderFlex overflow occurs during transitions.
Implementation
final GlassExtraButtonPosition position;