OutlineElement

constructor(title: String, color: Int = DEFAULT_COLOR, style: Int = Typeface.NORMAL, typeface: Typeface? = Typeface.DEFAULT, isExpanded: Boolean = false, action: Action? = null, pageLabel: String? = null, children: List<OutlineElement> = emptyList())