Package-level declarations
Material web fab components (fab, branded fab).
Types
Link copied to clipboard
Link copied to clipboard
FAB represents the most important action on a screen. It puts key actions within reach.
Link copied to clipboard
open class MdBrandedFab(label: String? = null, size: FabSize = FabSize.Medium, lowered: Boolean = false, touchTarget: TouchTarget? = null, className: String? = null, init: MdBrandedFab.() -> Unit? = null) : MdBaseFab
Branded FABs use a brightly colored logo for their icon. Unlike FAB, branded FABs do not have color variants.
Link copied to clipboard
open class MdFab(label: String? = null, variant: FabVariant = FabVariant.Surface, size: FabSize = FabSize.Medium, lowered: Boolean = false, touchTarget: TouchTarget? = null, className: String? = null, init: MdFab.() -> Unit? = null) : MdBaseFab
FABs should display a clear and understandable icon.
Functions
Link copied to clipboard
fun Container.brandedFab(label: String? = null, size: FabSize = FabSize.Medium, lowered: Boolean = false, touchTarget: TouchTarget? = null, className: String? = null, init: MdBrandedFab.() -> Unit? = null): MdBrandedFab