DesignTokenValue.fontStyle constructor
const
DesignTokenValue.fontStyle({
- required TextStyle textStyle,
Implementation
const factory DesignTokenValue.fontStyle({
required TextStyle textStyle,
}) = FontStyleTokenValue;