CopyTextButton constructor
const
CopyTextButton({
- required String text,
This object represents an inline keyboard button that copies specified text to the clipboard.
Implementation
const CopyTextButton({
required this.text,
});