arabicIndic property

CounterStyle arabicIndic
final

Arabic-indic numbering (e.g., ١‎, ٢‎, ٣‎, ٤‎, ..., ٩٨‎, ٩٩‎, ١٠٠‎).

Implementation

static final arabicIndic = CounterStyle.define(
  name: 'arabic-indic',
  system: System.numeric,
  symbols: const [
    '\u0660',
    '\u0661',
    '\u0662',
    '\u0663',
    '\u0664',
    '\u0665',
    '\u0666',
    '\u0667',
    '\u0668',
    '\u0669'
  ],
);