Style

public struct Style

Style represents styles values for the NatTag component.

These are all allowed styles for a NatTag:

  • default (centered)
  • left
  • right
  • Undocumented

    Declaration

    Swift

    public static var defaultAlert: NatTag.Style { get }
  • Undocumented

    Declaration

    Swift

    public static var leftAlert: NatTag.Style { get }
  • Undocumented

    Declaration

    Swift

    public static var rightAlert: NatTag.Style { get }