ParagraphMarkdownConfig constructor

const ParagraphMarkdownConfig({
  1. TextStyle textStyle = const TextStyle(fontSize: 16),
})

UncompleteDocumentation

Implementation

const ParagraphMarkdownConfig(
    {this.textStyle = const TextStyle(fontSize: 16)});