CopyTextButton constructor

const CopyTextButton({
  1. required String text,
})

This object represents an inline keyboard button that copies specified text to the clipboard.

Implementation

const CopyTextButton({
  required this.text,
});