ListSectionHeaderStyle
public struct ListSectionHeaderStyle : ViewStyle
Contains the styling customization options for a list section header.
-
The title style.
Declaration
Swift
public var title: TextStyle
-
The trailing button style.
Declaration
Swift
public var trailingButton: ButtonStyle
-
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()