ModifiersBuilders.ArcModifiers

Added in 1.0.0
Deprecated in 1.2.0

class ModifiersBuilders.ArcModifiers


Modifiers that can be used with ArcLayoutElements. These may change the way they are drawn, or change their behaviour.

Summary

Nested types

Builder for ArcModifiers

Public functions

ModifiersBuilders.Clickable?

Gets allows its wrapped element to have actions associated with it, which will be executed when the element is tapped.

ModifiersBuilders.Semantics?

Gets adds metadata for the modified element, for example, screen reader content descriptions.

Public functions

getClickable

Added in 1.0.0
Deprecated in 1.2.0
fun getClickable(): ModifiersBuilders.Clickable?

Gets allows its wrapped element to have actions associated with it, which will be executed when the element is tapped. Intended for testing purposes only.

getSemantics

Added in 1.0.0
Deprecated in 1.2.0
fun getSemantics(): ModifiersBuilders.Semantics?

Gets adds metadata for the modified element, for example, screen reader content descriptions. Intended for testing purposes only.