NiceCopyButton constructor
const
NiceCopyButton({})
Implementation
const NiceCopyButton({
super.key,
required this.content,
this.label = 'Copy',
this.copiedLabel = 'Copied!',
this.icon = Icons.content_copy,
this.copiedIcon = Icons.check,
this.feedbackDuration = const Duration(seconds: 2),
this.compact = false,
this.onCopied,
});