RxClick constructor

RxClick({
  1. int clickFlag = 0x0B,
})

Implementation

RxClick({
  this.clickFlag = 0x0B,
});