CollectionStyle
An enum representing different collection styles.
Overview
CollectionStyle
defines the appearance the Collection. Each style represents a distinct visual design for the collection view based on Material Design, allowing you to choose the appropriate look based on your UI needs.
Enumeration Cases
Enum Case
Description
plain
A plain-style list.
inset
A list style with inset cells.
insetGrouped
A grouped list style with inset cells.
Last updated