visibleColumns property
List<FdcGridColumn>
get
visibleColumns
Snapshot of columns currently visible in the host, ordered by current visual position from left to right across pinned and scrollable regions.
Extension code may use the list for coordinate translation and command planning but must not mutate it or retain it as authoritative after host layout changes.
Implementation
List<FdcGridColumn<dynamic>> get visibleColumns;