CopyWidget constructor
Creates a CopyWidget.
The text parameter is required and specifies the text to be copied
when the widget is tapped.
Implementation
const CopyWidget({Key? key, required this.text}) : super(key: key);
Creates a CopyWidget.
The text parameter is required and specifies the text to be copied
when the widget is tapped.
const CopyWidget({Key? key, required this.text}) : super(key: key);