I am noticing this description in Flutter's TextTheme description:
Rather than creating a TextTheme directly, you can obtain an instance as
Typography.black
orTypography.white
.
at https://api.flutter.dev/flutter/material/TextTheme-class.html
Does this mean that instead of creating a custom TextTheme, we can use some built in fonts with predefined sizes? Any examples please? I dont seem to be able to get Typography.black, but some other stuff like Typography.blackCupertino etc