titleVariants
The array of title variants for the button.
Declaration
var titleVariants: [String] { get }Discussion
An array of title variants for this button in an arrangement from most- to least-preferred. The system selects a title from this array that best fits the available space. You provide the title variants to init(titleVariants:subtitleVariants:image:handler:) as localized, displayable content.