clipboardStatus property

ClipboardStatusNotifier? clipboardStatus
final

Maintains the status of the clipboard for determining if its contents can be pasted or not.

Useful because the actual value of the clipboard can only be checked asynchronously (see Clipboard.getData).

Implementation

final ClipboardStatusNotifier? clipboardStatus;