debugAbsorbedPositions property

  1. @override
Set<int> get debugAbsorbedPositions
override

Stack positions (0-based from the bottom) the adaptive renderer collapsed into the page above them at the current breakpoint — the master entries of a master-detail page. Empty for non-adaptive routers. Updated by the adaptive build path; for DevTools only.

Implementation

@override
Set<int> get debugAbsorbedPositions => _debugAbsorbedPositions;