CJOverlayAlertThemeModel constructor
CJOverlayAlertThemeModel({})
Implementation
CJOverlayAlertThemeModel({
required this.actionButtonHeight,
this.actionButtonCornerRadius = 0,
required this.cancelButtonConfig,
required this.okButtonConfig,
required this.iKnowButtonConfig,
});