AdStyleFont constructor

AdStyleFont({
  1. String? family,
  2. String? size,
})

Implementation

AdStyleFont({
  this.family,
  this.size,
});