Typography constructor Null safety
Creates a typography instance.
This constructor is identical to Typography.material2018.
Implementation
factory Typography({
TargetPlatform? platform,
TextTheme? black,
TextTheme? white,
TextTheme? englishLike,
TextTheme? dense,
TextTheme? tall,
}) = Typography.material2018;