BaseFontWeight constructor

BaseFontWeight({
  1. FontWeightTokens? fontWeightTokens,
})

Implementation

BaseFontWeight({FontWeightTokens? fontWeightTokens})
  : fontWeightTokens = fontWeightTokens ?? BaseFonts.fontWeights;