int? readOptionalColor(String? color) => _readOptional((color?.isEmpty ?? true) ? null : color, readColor);