CardLogoBannerStandard
public struct CardLogoBannerStandard : CardLogoBannerApperance
Undocumented
-
Undocumented
Declaration
Swift
public var isCardLogoBannerVisible: Bool -
Undocumented
Declaration
Swift
public var titleFont: Font -
Undocumented
Declaration
Swift
public var lightTitleColor: Color -
Undocumented
Declaration
Swift
public var darkTitleColor: Color -
Undocumented
Declaration
Swift
public var lightImageBorderColor: Color -
Undocumented
Declaration
Swift
public var darkImageBorderColor: Color -
Undocumented
Declaration
Swift
public var lightPlaceholderBackegroudColor: Color -
Undocumented
Declaration
Swift
public var darkPlaceholderBackegroudColor: Color -
init(isCardLogoBannerVisible:titleFont: lightTitleColor: darkTitleColor: lightImageBorderColor: darkImageBorderColor: lightPlaceholderBackegroudColor: darkPlaceholderBackegroudColor: ) Creates a new instance of the standard CardLogoBanner appearance, allowing overrides for specific properties.
Declaration
Swift
public init( isCardLogoBannerVisible: Bool = true, titleFont: Font = .body, lightTitleColor: Color = DefaultColors.lightCardLogoBannerTitle, darkTitleColor: Color = DefaultColors.darkCardLogoBannerTitle, lightImageBorderColor: Color = DefaultColors.lightCardLogoBannerImageBorder, darkImageBorderColor: Color = DefaultColors.darkCardLogoBannerImageBorder, lightPlaceholderBackegroudColor: Color = DefaultColors.lightCardLogoBannerPlaceholderBackegroud, darkPlaceholderBackegroudColor: Color = DefaultColors.darkCardLogoBannerPlaceholderBackegroud )