sectionDividerStyle property
The divider style between the header, sections and footer. Possible string values are:
- "DIVIDER_STYLE_UNSPECIFIED" : Don't use. Unspecified.
- "SOLID_DIVIDER" : Default option. Render a solid divider.
- "NO_DIVIDER" : If set, no divider is rendered. This style completely removes the divider from the layout. The result is equivalent to not adding a divider at all.
Implementation
core.String? sectionDividerStyle;