listRowSeparatorForeground property

Color get listRowSeparatorForeground

Resolved separator list row foreground.

Implementation

Color get listRowSeparatorForeground =>
    listRowTheme?.separatorForeground ?? resolvedOutline;