detail static method

void detail(
  1. String label,
  2. String value
)

Implementation

static void detail(String label, String value) {
  print('  $gray${label.padRight(20)}:$reset $value');
}