FontWeightMarkup constructor
const
FontWeightMarkup({
- String tag = 'weight',
- Set<
String> ? alias, - FontWeight? weight,
Implementation
const FontWeightMarkup({super.tag = 'weight', super.alias, super.weight});