is a sibling to it, and therefore doesn't consume the inset as far as the content is concerned?
a
Alex Vanyo
03/13/2023, 6:05 PM
Right, and the
paddingValues
are given to the main body of the
Scaffold
for you to handle directly, so the insets may not be consumed until you apply the
paddingValues
as padding to something.
e
eygraber
03/13/2023, 7:58 PM
Thanks! I saw a distinction in a few places throughout the documentation between applying the padding first vs consuming the insets first. Does "first" mean in the hierarchical sense, or in a modifier order sense? Is there any difference between
since both modifiers are interacting with inset consumption.
And “first” should be the same between the hierarchical sense and then modifier order sense