Tap Counter Button

A simple Flutter widget that shows a button. On each tap, it increases a counter.

Example

TapCounterButton(
  label: "Pressed",
  backgroundColor: Colors.red,
)