confirmButtonColor property

Color? confirmButtonColor
final

if null, default value is SweetAlert.success when showCancelButton=false and SweetAlert.danger when showCancelButton = true

Implementation

final Color? confirmButtonColor;