secondaryFont method
Sets the secondary font family.
Implementation
void secondaryFont(String fontFamily) {
_rawMutations.add((project) {
setSecondaryFontFamily(project, fontFamily);
});
}
Sets the secondary font family.
void secondaryFont(String fontFamily) {
_rawMutations.add((project) {
setSecondaryFontFamily(project, fontFamily);
});
}