ScreenHeaderStyle
data class ScreenHeaderStyle @JvmOverloads constructor(var text: String = "", @StringRes var textId: Int? = null, var textStyle: TextStyle = TextStyle(), var backIconStyle: ImageStyle = ImageStyle(), var containerStyle: ContainerStyle = ContainerStyle())
Constructors
Link copied to clipboard
constructor(text: String = "", @StringRes textId: Int? = null, textStyle: TextStyle = TextStyle(), backIconStyle: ImageStyle = ImageStyle(), containerStyle: ContainerStyle = ContainerStyle())