func tint(Color?) -> some View
Sets the tint color within this view.
func listRowSeparatorTint (Color?, edges: VerticalEdge .Set) -> some View
Sets the tint color associated with a row.
func listSectionSeparatorTint (Color?, edges: VerticalEdge .Set) -> some View
Sets the tint color associated with a section.
func listItemTint (Color?) -> some View
Sets a fixed tint color associated with specific content in a list.