HitTestResponse constructor

const HitTestResponse({
  1. required bool hasPlatformView,
})

Creates a hit test response.

Implementation

const HitTestResponse({required this.hasPlatformView});