ChannelSubscription
public struct ChannelSubscription : Equatable, Sendable
Channel subscription item theme
-
Title appearance
Declaration
Swift
public var titleAppearance: TextAppearance?
-
Subtitle appearance
Declaration
Swift
public var subtitleAppearance: TextAppearance?
-
Empty appearance - for when a section has an empty message set
Declaration
Swift
public var emptyTextAppearance: TextAppearance?
-
Toggle tint color
Declaration
Swift
public var toggleTintColor: Color?
-
Toggle tint color for dark mode
Declaration
Swift
public var toggleTintColorDark: Color?