TextBuilder typedef

TextBuilder = String Function(Lr lr, int tapCount)

Signature of string creation from tap count and L/R

Implementation

typedef TextBuilder = String Function(Lr lr, int tapCount);