MdDivider

open class MdDivider(inset: Boolean = false, insetStart: Boolean = false, insetEnd: Boolean = false, className: String? = null, init: MdDivider.() -> Unit? = null) : MdWidget

Dividers are thin lines that group content in lists or other containers.

// TODO add link to online doc when available

Author

Maanrifa Bacar Ali

Constructors

Link copied to clipboard
constructor(inset: Boolean = false, insetStart: Boolean = false, insetEnd: Boolean = false, className: String? = null, init: MdDivider.() -> Unit? = null)

Properties

Link copied to clipboard
var inset: <Error class: unknown class>

Indents the divider with equal padding on both sides.

Link copied to clipboard
var insetEnd: <Error class: unknown class>

Indents the divider with padding on the trailing side.

Link copied to clipboard
var insetStart: <Error class: unknown class>

Indents the divider with padding on the leading side.

Link copied to clipboard
open var parent: <Error class: unknown class>?

Functions

Link copied to clipboard
open fun buildAttributeSet(attributeSetBuilder: <Error class: unknown class>)
Link copied to clipboard
open fun dispose()
Link copied to clipboard
open fun render(): <Error class: unknown class>