This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
You can continue the conversation there. Go to discussion →
NavigationRail
is not shown if expand=True
of parent is set in build
method
#1810
I hereby solemnly swear that I have read #287 and #303 and that what I am describing is, to my understanding, not covered by the solutions provided therein.
The following code results in an error, even though I am using a
Row
withexpand=True
to restrict theNavigationRail
's height, as recommended in #303:However, when I change
main
to wrap theNavigationRail
in aRow
withexpand=True
, the code works: bothand
work just fine. These also work if I replace
expand=True
withheight=200
inmain
.Using an explicit height restriction in the
build
method also works fine, i.e.The text was updated successfully, but these errors were encountered: