mainActionBackgroundColor property

Color get mainActionBackgroundColor

Implementation

Color get mainActionBackgroundColor =>
    _mainActionBackgroundColor ??
    BaseDialogConfigUtils.defaultDialogConfig.mainActionBackgroundColor;