ApiLogCard constructor

const ApiLogCard({
  1. required ApiLogModel apiLog,
  2. bool isHighlighted = false,
  3. VoidCallback? onCopy,
  4. Key? key,
})

Implementation

const ApiLogCard({
  required this.apiLog,
  this.isHighlighted = false,
  this.onCopy,
  super.key,
});