header_BoxDecoration({Color? backGroundColor, Color? borderColor}) { return BoxDecoration(color: backGroundColor); }