InputActionIcon

data class InputActionIcon(val systemName: String)

Describes a platform-native icon for an InputAction.

On iOS, systemName is resolved as an SF Symbol name. Other platforms may use the same identifier with their native icon system or fall back to the action title.

Constructors

Link copied to clipboard
constructor(systemName: String)

Properties

Link copied to clipboard