visibility
Function
Android
fun GlanceModifier.visibility(visibility: Visibility) = this.then(VisibilityModifier(visibility))
Change the visibility of the current node.
Parameters
visibility | New visibility of the node. |
fun GlanceModifier.visibility(visibility: Visibility) = this.then(VisibilityModifier(visibility))
Change the visibility of the current node.
visibility | New visibility of the node. |