enableCopy property

bool enableCopy
final

Whether to enable copy to clipboard functionality.

When true, users can copy selected bytes in:

  • Hex format (48 65 6C 6C 6F)
  • Text format (Hello)
  • Binary format (raw bytes)

Requires enableSelection to be true. Defaults to true.

Implementation

final bool enableCopy;