TapCountWidgetBuilder typedef

TapCountWidgetBuilder = Widget Function(Lr lr, int tapCount)

Signature of widget creation from tap count and L/R

Implementation

typedef TapCountWidgetBuilder = Widget Function(Lr lr, int tapCount);