StyleFamily constructor

StyleFamily(
  1. String familyName,
  2. bool canInsert
)

Implementation

StyleFamily(this.familyName, this.canInsert);