Skip to content

Instantly share code, notes, and snippets.

@arriolac
Created September 27, 2022 10:24
Show Gist options
  • Save arriolac/18fb4c425ac1638c5ae3675d56bec9cc to your computer and use it in GitHub Desktop.
Save arriolac/18fb4c425ac1638c5ae3675d56bec9cc to your computer and use it in GitHub Desktop.
// 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