BottomSheetShellUIState

constructor(title: String? = null, subtitle: String? = null, description: String? = null, searchQuery: String? = null, showTopSectionDivider: Boolean = true, showBottomSectionDivider: Boolean = true, bottomPadding: Dp = Spacing0, headerTextAlignment: TextAlign = TextAlign.Center, scrollableContainerMinHeight: Dp = Spacing0, scrollableContainerMaxHeight: Dp = InternalSizeValues.Size386, animateHeaderOnKeyboardAppearance: Boolean = true, contentPadding: PaddingValues = PaddingValues(horizontal = Spacing24))