DesignTokenValue.fontStyle constructor

const DesignTokenValue.fontStyle({
  1. required TextStyle textStyle,
})

Implementation

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