FilterFeedbackBarItem

public struct FilterFeedbackBarItem<LeftIcon, Title, RightIcon> where LeftIcon : View, Title : View, RightIcon : View
extension FilterFeedbackBarItem: View

Undocumented

  • Undocumented

    Declaration

    Swift

    public init(
          @ViewBuilder leftIcon: () -> LeftIcon,
    @ViewBuilder title: () -> Title,
    @ViewBuilder rightIcon: () -> RightIcon,
    isSelected: Bool
          )
  • Declaration

    Swift

    public var body: some View { get }

Available where LeftIcon == _ConditionalContent<Image, EmptyView>, Title == Text, RightIcon == _ConditionalContent<Image, EmptyView>

Available where LeftIcon == EmptyView

Available where RightIcon == EmptyView

Available where LeftIcon == EmptyView, RightIcon == EmptyView