PollCreationHeader
Poll's creation header (toolbar) Composable that consist of several components.
Parameters
The Modifier for styling.
The color of the surface.
The shape of the surface.
The elevation of the surface.
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.
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.