String threeDigitFormat(num number) { final formatter = NumberFormat('#,###'); return formatter.format(number); }