decimal property

CounterStyle decimal
final

Western decimal numbers (e.g., 1, 2, 3, ..., 98, 99, 100).

Implementation

static final decimal = CounterStyle.define(
  name: 'decimal',
  system: System.numeric,
  symbols: const ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'],
);