Style
constructor(title: POTextStyle? = null, sectionTitle: POTextStyle? = null, field: POFieldStyle? = null, checkbox: POCheckboxStyle? = null, dropdownMenu: PODropdownMenuStyle? = null, errorMessage: POTextStyle? = null, actionsContainer: POActionsContainerStyle? = null, @ColorRes backgroundColorResId: Int? = null, @ColorRes dividerColorResId: Int? = null, @ColorRes dragHandleColorResId: Int? = null)
Parameters
title
Title style.
sectionTitle
Section title style.
field
Field style.
checkbox
Checkbox style.
dropdownMenu
Dropdown menu style.
errorMessage
Error message style.
actionsContainer
Style of action buttons and their container.
backgroundColorResId
Color resource ID for background.
dividerColorResId
Color resource ID for title divider.
dragHandleColorResId
Color resource ID for bottom sheet drag handle.