toggleable
Toggleable
Parameters
whether this toggleable will handle input events and appear enabled for semantics purposes
the type of user interface element. Accessibility services might use this to describe the element or do customizations
the delayed visibility state to link
Toggleable
Parameters
whether this toggleable will handle input events and appear enabled for semantics purposes
the type of user interface element. Accessibility services might use this to describe the element or do customizations
indication to be shown when the modified element is pressed. By default, indication from LocalIndication will be used. Pass null to show no indication, or current value from LocalIndication to show theme default
MutableInteractionSource that will be used to emit PressInteraction.Press when this toggleable is being pressed.
the delayed visibility state to link