A path/navigation trail: clickable segments separated by chevrons, with the last segment shown
as the current (brighter) location. Clicking a segment fires onSelect(index). Set the trail
with setPath; the row hit-tests segment x-ranges rather than nesting child widgets.
Constructor
Variables
Methods
setPath(segments:Array<String>):Void
Sets the trail segments (last is the current location).
Parameters:
segments | the ordered path parts |
|---|