setTypography method
Implementation
void setTypography(UEpubTypography next) {
typography = next;
notifyListeners();
unawaited(_saveTypography());
}
void setTypography(UEpubTypography next) {
typography = next;
notifyListeners();
unawaited(_saveTypography());
}