FontStyleMarkup constructor

const FontStyleMarkup({
  1. String tag = 'font-style',
  2. Set<String>? alias,
  3. FontStyle? fontStyle,
})

Implementation

const FontStyleMarkup({
  super.tag = 'font-style',
  super.alias,
  super.fontStyle,
});