SectionFooter
public struct SectionFooter
extension SectionFooter: View
extension SectionFooter: _ViewEmptyChecking
Undocumented
-
Undocumented
Declaration
Swift
public init(@ViewBuilder title: () -> any View, @ViewBuilder attribute: () -> any View = { EmptyView() }, sectionFooterStyle: SectionHeaderFooterStyle = .title, didSelectHandler: (() -> Void)? = nil)
-
Undocumented
Declaration
Swift
init(title: AttributedString, attribute: AttributedString? = nil, sectionFooterStyle: SectionHeaderFooterStyle = .title, didSelectHandler: (() -> Void)? = nil)
-
Undocumented
Declaration
Swift
init(_ configuration: SectionFooterConfiguration)
-
Declaration
Swift
public var body: some View { get }
-
Undocumented
Declaration
Swift
public var isEmpty: Bool { get }