StoryGroupTextStyling

fun StoryGroupTextStyling(isVisible: Boolean = true, typeface: Typeface = Typeface.DEFAULT, textSize: Pair<Int, Int?> = Pair(TypedValue.COMPLEX_UNIT_PX, null), minLines: Int? = null, maxLines: Int? = null, lines: Int? = null, colorSeen: Int = Color.BLACK, colorNotSeen: Int = Color.BLACK)