NamedStyle constructor
NamedStyle({
- String? namedStyleType,
- ParagraphStyle? paragraphStyle,
- TextStyle? textStyle,
Implementation
NamedStyle({
this.namedStyleType,
this.paragraphStyle,
this.textStyle,
});