PollCreationHeader
Poll's creation header (toolbar) Composable that consist of several components.
Parameters
The Modifier for styling.
A lambda that will be executed if users click the back button on the default leadingContent.
Represents if user can click the creation button or not.
A lambda that will be executed if users click the poll creation button.
Semantic / accessibility label for onPollCreateClicked.
Customizable composable function that represents the leading content of a poll creation item, usually holding a back action button.
Customizable composable function that represents the center content of a poll creation item, usually holding information about the title.
Customizable composable function that represents the trailing content of a poll creation item, usually holding the creation action button.