FilterFormOptionShape

public enum FilterFormOptionShape : Equatable

A enum describing the shape of a filter form option

  • Rounded rectangle with a specific corner radius

    Declaration

    Swift

    case roundedRectangle(CGFloat)
  • Capsule shape (fully rounded ends)

    Declaration

    Swift

    case capsule