view/terminal library
Properties
- isVerboseMode ↔ bool
-
check to store verbose mode for debugPrintToConsole
getter/setter pair
Functions
-
debugPrintToConsole(
{required String message, bool newLine = false, CliColor color = CliColor.magenta, CliStyle? style}) → void - if isVerboseMode is true, will call printToConsole
-
listenForInput(
{String? title}) → String? - takes user input from terminal
-
printToConsole(
{required String message, bool newLine = false, CliColor color = CliColor.defaultColor, CliStyle? style}) → void -
Display a
message
for the user to see