LogTextCard constructor
const
LogTextCard({
- Key? key,
- required String logText,
- String? title,
- VoidCallback? onCopy,
Implementation
const LogTextCard({
super.key,
required this.logText,
this.title,
this.onCopy,
});