Contents

labelIconToTitleSpacing

The spacing between the icon and title of a label.

Declaration

var labelIconToTitleSpacing: CGFloat? { get }

Discussion

The value that should be used for the icon-to-title spacing in labels. To set a different value for labels, use the labelIconToTitleSpacing modifier.

This environment value can be used in custom label styles to allow changing the icon-to-title spacing using the labelIconToTitleSpacing modifier. If the value is nil, a default value should be used instead.