SmartlookTrackingWidget constructor

const SmartlookTrackingWidget({
  1. required Widget child,
  2. bool isSensitive = false,
  3. bool doNotRecordWireframe = false,
})

Implementation

const SmartlookTrackingWidget({
  required this.child,
  this.isSensitive = false,
  this.doNotRecordWireframe = false,
});