RxTap constructor

RxTap({
  1. int tapFlag = 0x09,
  2. Duration threshold = const Duration(milliseconds: 300),
})

Implementation

RxTap({
  this.tapFlag = 0x09,
  this.threshold = const Duration(milliseconds: 300),
});