showAscii property

bool showAscii
final

Whether to display the ASCII column on the right.

When true, shows ASCII representation of bytes (printable characters or ยท for non-printable). Defaults to true.

Implementation

final bool showAscii;