Spectre Menu V1.2 ⚡
: Create a basic string to display within your menu.
: Use newline characters ( \n ) to generate text across multiple lines. var multiLine = new Text("First line\nSecond line"); Use code with caution. Copied to clipboard Spectre Menu v1.2
To generate and display text using the in Spectre.Console, you can follow these basic implementation steps: : Create a basic string to display within your menu

