Widget bold(int count) { return Text(count.toString(), style: const TextStyle(fontWeight: FontWeight.bold)); }