style property

SeniorListStyle? style
final

The component's style definitions. Allows you to configure: SeniorListStyle.emphasisRightLabelColor the color of the label on the right of emphasis list items. SeniorListStyle.emphasisTitleColor the title color of list items of type emphasis. SeniorListStyle.lineColor the color of the line that separates the list items. SeniorListStyle.neutralRightLabelColor the color of the label on the right of neutral list items. SeniorListStyle.neutralTitleColor the title color of neutral list items. SeniorListStyle.rightIconColor the icon color on the right. SeniorListStyle.subtitleColor the color of the list item's subtitle.

Implementation

final SeniorListStyle? style;