UserProfileCustomRow
constructor(routeKey: String, title: String, icon: UserProfileRowIcon, placement: UserProfileCustomRowPlacement = UserProfileCustomRowPlacement.SectionEnd(UserProfileSection.Profile))
Parameters
routeKey
A string key that identifies the destination to navigate to when tapped. The same key is passed to the customDestination composable so it can render the appropriate screen.
title
The row title text.
icon
The row icon.
placement
Where to insert relative to built-in rows. Defaults to the end of the profile section.