QuectoStyler typedef
A closure that wraps a string with ANSI escape codes.
All QuectoColors stylers (colors, text styles, etc.) are functions of
this type. When ansiColorDisabled is true or ansiColorLevel is
AnsiColorLevel.none, stylers return the input string unchanged.
Implementation
typedef QuectoStyler = String Function(String);