NameBox constructor

NameBox({
  1. dynamic characterName,
  2. dynamic font,
})

Implementation

NameBox({
  this.characterName,
  this.font,
});