buildBoxDecorationChecked method

BoxDecoration buildBoxDecorationChecked()

Implementation

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