StyleMarkup constructor
const
StyleMarkup({
- String tag = 'style',
- Set<
String> ? alias, - ColorMapper? colorMapper,
- FontWeight? weight,
- FontStyle? fontStyle,
- TextDecoration? decoration,
- TextDecorationStyle? decorationStyle,
- Color? decorationColor,
- double? decorationThickness,
Implementation
const StyleMarkup({
String tag = 'style',
super.alias,
this.colorMapper,
this.weight,
this.fontStyle,
this.decoration,
this.decorationStyle,
this.decorationColor,
this.decorationThickness,
}) : super(tag);