selectedRowBackgroundColor property

Color get selectedRowBackgroundColor

Implementation

Color get selectedRowBackgroundColor =>
    isLight ? const Color(0xFFC7C6CA) : const Color(0xFF5E5E62);