CarpenterType constructor

const CarpenterType(
  1. Map<String, TextStyle> tokens, {
  2. Map<String, TextStyle> secondaryTokens = const {},
})

Создает typography registry.

Implementation

const CarpenterType(this.tokens, {this.secondaryTokens = const {}});