TtInformationControlViewModel
fun TtInformationControlViewModel(headImage: ImageDescriptor? = null, primaryTextArea: TtInformationControlViewModel.TextAreaViewModel = TextAreaViewModel(), secondaryTextArea: TtInformationControlViewModel.TextAreaViewModel = TextAreaViewModel(), tertiaryTextArea: TtInformationControlViewModel.TextAreaViewModel = TextAreaViewModel(), onClick: () -> Unit? = null, ratingBarValue: Float? = null, ratingBarMaximumValue: Int = DEFAULT_RATING_BAR_MAXIMUM_VALUE, ratingBarText: StringResolver? = null, tailText: StringResolver? = null, tailIcon: DrawableResolver? = null, onTailSectionClick: () -> Unit? = null)
Content copied to clipboard