alertThemeModel property
Implementation
CJOverlayAlertThemeModel alertThemeModel = CJOverlayAlertThemeModel(
actionButtonHeight: 45,
actionButtonCornerRadius: 18.w_pt_cj,
cancelButtonConfig: CJButtonConfigModel(
// bgColorType: ThemeBGType.theme,
bgColor: Colors.black,
textColor: Colors.white,
borderWidth: null,
borderColor: null,
),
okButtonConfig: CJButtonConfigModel(
// bgColorType: ThemeBGType.theme,
bgColor: Colors.black,
textColor: Colors.white,
borderWidth: null,
borderColor: null,
),
iKnowButtonConfig: CJButtonConfigModel(
// bgColorType: ThemeBGType.theme,
bgColor: Colors.black,
textColor: Colors.white,
borderWidth: null,
borderColor: null,
),
);