Enumeration
Divider.Style
public enum Style
Styles of the Divider
Relationships
Member Of
Divider
Divider
is a line that groups content in lists and layouts.
Enumeration Cases
subheaderLeft
case subheaderLeft(text: String)
Displays a custom, left indented subheader, inside divider (full width). Takes a custom String as subheader
subheaderCentered
case subheaderCentered(text: String)
Displays a custom centered subheader inside divider (full width). Takes a custom String as subheader