Styles

public enum Styles

Style is a enum that represents style values for the divider component. Each style has a predefined spacing from right and left margins on the screen.

These are all styles allowed for a Divider:

  • full-bleed
  • inset
  • middle
  • Undocumented

    Declaration

    Swift

    case fullBleed
  • Undocumented

    Declaration

    Swift

    case inset
  • Undocumented

    Declaration

    Swift

    case middle