PadPrinterExtension<T> extension
- on
-
- Printer<
T>
- Printer<
Methods
-
padBoth(
int width, [String padding = ' ']) → Printer< T> -
Pads the string on the left and right if it is shorter than
width
. -
padLeft(
int width, [String padding = ' ']) → Printer< T> -
Pads the string on the left if it is shorter than
width
. -
padRight(
int width, [String padding = ' ']) → Printer< T> -
Pads the string on the right if it is shorter than
width
.