String spValue(String titleIfLessThan1, String titleIfGreaterThan1) => value <= 1 ? titleIfLessThan1 : titleIfGreaterThan1;