tooltipLine method

void tooltipLine(
  1. String hint
)

Writes a tooltip/help hint line: │ (press Enter to continue)

Implementation

void tooltipLine(String hint) {
  gutterLine('${theme.dim}($hint)${theme.reset}');
}