DimensionSelectorConfiguration
public struct DimensionSelectorConfiguration
Undocumented
-
Undocumented
Declaration
Swift
public var componentIdentifier: String -
Undocumented
Declaration
Swift
public let titles: [String] -
Undocumented
Declaration
Swift
@Binding public var selectedIndex: Int? { get nonmutating set } -
Undocumented
Declaration
Swift
public let interItemSpacing: CGFloat -
Undocumented
Declaration
Swift
public let contentInset: EdgeInsets? -
Undocumented
Declaration
Swift
public let segmentWidthMode: SegmentWidthMode -
Undocumented
Declaration
Swift
public let allowEmptySelection: Bool -
Undocumented
Declaration
Swift
public let segment: (String) -> any View