sheetThemeModel property
Implementation
CJOverlaySheetThemeModel sheetThemeModel = CJOverlaySheetThemeModel(
cellRowHeight: 44.h_pt_cj,
itemButtonConfig: CJButtonConfigModel(
// bgColorType: ThemeBGType.theme,
bgColor: Colors.black,
textColor: Colors.white,
borderWidth: null,
borderColor: null,
),
);