CountBuilder typedef

CountBuilder = Widget Function(int count, String text)

Implementation

typedef CountBuilder = Widget Function(int count, String text);