ConsoleCenter extension

on

Methods

center(String text, {String padding = " "}) String

Available on Console, provided by the ConsoleCenter extension

Centers a String according to this console's size.
centerLines(Iterable<String> lines, {String padding = " "}) Iterable<String>

Available on Console, provided by the ConsoleCenter extension

Centers a iterable of String according to this console's size.