Symbol constructor

const Symbol({
  1. String? grapheme,
  2. String? template,
  3. bool? rtl,
  4. int? position,
})

Implementation

const Symbol({
  this.grapheme,
  this.template,
  this.rtl,
  this.position,
});