PerformanceOverlay3D constructor

const PerformanceOverlay3D({
  1. Key? key,
  2. bool visible = true,
  3. Alignment alignment = Alignment.topLeft,
})

Implementation

const PerformanceOverlay3D({
  super.key,
  this.visible = true,
  this.alignment = Alignment.topLeft,
});