style property

SeniorListStyle? style
final

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

Implementation

final SeniorListStyle? style;