Md Filled Icon Button
open class MdFilledIconButton(disabled: Boolean = false, flipIconInRtl: Boolean = false, href: String? = null, target: LinkTarget? = null, ariaLabelSelected: String? = null, toggle: Boolean = false, selected: Boolean = false, type: IconButtonType = IconButtonType.Submit, value: String? = null, name: String? = null, className: String? = null, init: MdFilledIconButton.() -> Unit? = null) : MdIconButton
Filled icon buttons have higher visual impact and are best for high emphasis actions.
Author
Maanrifa Bacar Ali
Constructors
Link copied to clipboard
constructor(disabled: Boolean = false, flipIconInRtl: Boolean = false, href: String? = null, target: LinkTarget? = null, ariaLabelSelected: String? = null, toggle: Boolean = false, selected: Boolean = false, type: IconButtonType = IconButtonType.Submit, value: String? = null, name: String? = null, className: String? = null, init: MdFilledIconButton.() -> Unit? = null)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Sets the icon identified by name to the selected slot.