lightSelectBgColor property

Color get lightSelectBgColor

Implementation

Color get lightSelectBgColor =>
    _lightSelectBgColor ??
    BaseSelectionConfigUtils.defaultSelectionConfig.lightSelectBgColor;