LabeledSectionBreak
public struct LabeledSectionBreak : Equatable, Sendable
Labeled section break theme
-
Title appearance
Declaration
Swift
public var titleAppearance: TextAppearance? -
Background color
Declaration
Swift
public var backgroundColor: Color? -
Background color for dark mode
Declaration
Swift
public var backgroundColorDark: Color?
View on GitHub