RenderHitTestBlocker constructor

RenderHitTestBlocker({
  1. bool up = true,
  2. bool down = true,
  3. bool self = true,
})

Implementation

RenderHitTestBlocker({this.up = true, this.down = true, this.self = true});