ULinkDebugOverlay constructor

const ULinkDebugOverlay({
  1. Key? key,
  2. Offset initialPosition = const Offset(20, 100),
  3. int maxLogs = 200,
  4. bool showInRelease = false,
})

Implementation

const ULinkDebugOverlay({
  super.key,
  this.initialPosition = const Offset(20, 100),
  this.maxLogs = 200,
  this.showInRelease = false,
});