ListSectionFooterStyle
public struct ListSectionFooterStyle : ViewStyle
Contains the styling customization options for a list section footer.
-
The title style.
Declaration
Swift
public var title: TextStyle
-
Separator Color.
Declaration
Swift
public var separatorColor: UIColor
-
Initializes the list header style.
Declaration
Swift
public init(title: TextStyle)
Parameters
title
The title style.
-
Initializes the list header style with the default style.
Declaration
Swift
public init()