eighths constant

  1. @Deprecated('Internal implementation detail no longer used directly')
List<String> const eighths

Deprecated. Internal implementation detail no longer used directly.

Implementation

@Deprecated('Internal implementation detail no longer used directly')
static const List<String> eighths = [
  '▏', // 1/8
  '▎', // 2/8
  '▍', // 3/8
  '▌', // 4/8
  '▋', // 5/8
  '▊', // 6/8
  '▉', // 7/8
  '█', // 8/8
];