FontFamily constructor

const FontFamily(
  1. String value
)

Creates a font family from a raw CSS value.

Implementation

const FontFamily(this.value);