topNavigation property
The slot placed on the top part of the app window.
If the content is a flexibly sized Widget like Container, wrap the content in a SizedBox or limit its size (width and height) by another method. See the builder in AdaptiveScaffold.standardNavigationRail for an example.
Implementation
final SlotLayout? topNavigation;