Does anyone know why `TopAppBar` inside `Scaffold`...
# compose
a
Does anyone know why
TopAppBar
inside
Scaffold
presented normally, but if it used separately it applies side and top margins and does not look like the
TopAppBar
should normally look like. How can I get rid of the side and top margins and only have the bottom margin?