toHintsGrid method

String toHintsGrid(
  1. PromptTheme theme
)

Generates a hints grid string for display.

Implementation

String toHintsGrid(PromptTheme theme) {
  return HintFormat.grid(toHintEntries(), theme);
}