Created
September 27, 2022 10:24
-
-
Save arriolac/18fb4c425ac1638c5ae3675d56bec9cc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Copyright 2022 Google LLC. | |
// SPDX-License-Identifier: Apache-2.0 | |
Scaffold( | |
topBar = { | |
SmallTopAppBar(/* ... */) | |
}, | |
floatingActionButtonPosition = | |
FabPosition.End, | |
floatingActionButton = { | |
FloatingActionButton(/* ... */) | |
}, | |
content = { /* ... */ } | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment