Widget checkedCheckboxIcon({double? size, Color? color}) => Icon( Icons.check, size: size, color: color );