setTypography method

void setTypography(
  1. UEpubTypography next
)

Implementation

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