IconEntity constructor

IconEntity({
  1. int? codePoint,
  2. String? fontFamily,
})

Implementation

IconEntity({
  this.codePoint,
  this.fontFamily,
});