FontFamilyValue constructor

FontFamilyValue(
  1. String value
)

Creates a FontFamilyValue with the given value.

Implementation

FontFamilyValue(this.value);