DefaultStyles constructor
DefaultStyles({
- DefaultTextBlockStyle? h1,
- DefaultTextBlockStyle? h2,
- DefaultTextBlockStyle? h3,
- DefaultTextBlockStyle? paragraph,
- TextStyle? bold,
- TextStyle? italic,
- TextStyle? small,
- TextStyle? underline,
- TextStyle? strikeThrough,
- InlineCodeStyle? inlineCode,
- TextStyle? link,
- Color? color,
- DefaultTextBlockStyle? placeHolder,
- DefaultListBlockStyle? lists,
- DefaultTextBlockStyle? quote,
- DefaultTextBlockStyle? code,
- DefaultTextBlockStyle? indent,
- DefaultTextBlockStyle? align,
- DefaultTextBlockStyle? leading,
- TextStyle? sizeSmall,
- TextStyle? sizeLarge,
- TextStyle? sizeHuge,
Implementation
DefaultStyles({
this.h1,
this.h2,
this.h3,
this.paragraph,
this.bold,
this.italic,
this.small,
this.underline,
this.strikeThrough,
this.inlineCode,
this.link,
this.color,
this.placeHolder,
this.lists,
this.quote,
this.code,
this.indent,
this.align,
this.leading,
this.sizeSmall,
this.sizeLarge,
this.sizeHuge,
});