screenHeader
fun screenHeader(text: String = "", @StringRes textId: Int? = null, @DrawableRes imageId: Int? = null, fontSize: Int = HeaderTitleConstants.fontSize, fontWeight: FontWeight = FontWeight.Normal, font: Font = HeaderTitleConstants.font, @ColorLong textColor: Long = HeaderTitleConstants.textColor, padding: Padding = Padding(), height: Int = HeaderTitleConstants.height, maxLines: Int = HeaderTitleConstants.maxLines, leadingIconSize: Int = HeaderTitleConstants.leadingIconSize, leadingIconPadding: Padding = Padding()): ScreenHeaderStyle