UserVisibleProfile

class UserVisibleProfile(val id: String, val name: @Composable () -> String, val icon: @Composable () -> Painter)

id is used as the persistence key for this profile's overrides.

Constructors

Link copied to clipboard
constructor(id: String, name: @Composable () -> String, icon: @Composable () -> Painter)

Properties

Link copied to clipboard
val icon: @Composable () -> Painter
Link copied to clipboard
val id: String
Link copied to clipboard
val name: @Composable () -> String

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int