GenericLogCard constructor
const
GenericLogCard({
- required DevLogModel log,
- bool isHighlighted = false,
- VoidCallback? onCopy,
- Key? key,
Implementation
const GenericLogCard({
required this.log,
this.isHighlighted = false,
this.onCopy,
super.key,
});