FontFamily constructor
const
FontFamily(
- String value
Constructs a FontFamily from a custom font name.
Implementation
const FontFamily(String value) : value = "'$value'";
Constructs a FontFamily from a custom font name.
const FontFamily(String value) : value = "'$value'";