FontFamily constructor

const FontFamily(
  1. String value
)

Constructs a FontFamily from a custom font name

Implementation

const FontFamily(String value) : value = "'$value'";