DartedStyleExtension extension

on

Methods

withAlignment(ConsoleTextAlignment alignment) → String

Available on String, provided by the DartedStyleExtension extension

Change the alignment style of this string with provided alignment modifiers, just use ConsoleTextAlignment
withBackgroundColor(ConsoleColor color) → String

Available on String, provided by the DartedStyleExtension extension

Color the background of this string with provided color codes, just use ConsoleColor
withColor(ConsoleColor color) → String

Available on String, provided by the DartedStyleExtension extension

Color this string with provided color codes, just use ConsoleColor
withTextStyle(ConsoleTextModifier modifier) → String

Available on String, provided by the DartedStyleExtension extension

Change the style of this string with provided text modifiers, just use ConsoleTextModifier