Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
content: Use weightVariableTextStyle in ContentTheme.textStyleError
This converts the last remaining place where we were using TextStyle.fontWeight directly, when we should have been using weightVariableTextStyle. (In a future with flutter/flutter#148026 , though, all uses of weightVariableTextStyle should be changed back to plain TextStyle.fontWeight.)
- Loading branch information