PinyinFormatter constructor

const PinyinFormatter({
  1. String? replacementForSpace,
})

replacementForSpace in case you need to replace a space with something, just pass it here

Implementation

const PinyinFormatter({
  this.replacementForSpace,
});