FontStyleImpl constructor

FontStyleImpl(
  1. GoogleFontFamilyImpl family,
  2. String name,
  3. FontWeight weight, {
  4. bool italic = false,
})

Implementation

FontStyleImpl(this.family, this.name, this.weight, {this.italic = false}) {
  family.styles.add(this);
}