label method

String label(
  1. String text
)

Implementation

String label(String text) => text.padRight(labelWidth);