buildBoxDecorationChecked method Null safety
Implementation
BoxDecoration buildBoxDecorationChecked() {
return BoxDecoration(
border: Border.all(color: StyleMyFile.checkBoxBorder , width: 0.5),
color: StyleMyFile.checkBoxBackground,
);
}