Typography constructor

Typography(
  1. {TargetPlatform? platform,
  2. TextTheme? black,
  3. TextTheme? white,
  4. TextTheme? englishLike,
  5. TextTheme? dense,
  6. TextTheme? tall}
)

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;