FontWeightMarkup constructor

const FontWeightMarkup({
  1. String tag = 'weight',
  2. Set<String>? alias,
  3. FontWeight? weight,
})

Implementation

const FontWeightMarkup({super.tag = 'weight', super.alias, super.weight});