kNeverCooldown constant

Duration const kNeverCooldown

Pass this time to constructor if want to allow only one tap and then disable button forever

Implementation

static const Duration kNeverCooldown = Duration(days: 100000000);