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 (ListItemTint ?) -> some View
Sets the tint effect associated with specific content in a list.