Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
nvbln authored Jul 19, 2019
2 parents f308a74 + 38a7739 commit d0667c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/rich_text_parser.dart
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ class ParseContext {

class HtmlRichTextParser extends StatelessWidget {
HtmlRichTextParser({
@required this.width,
this.onLinkTap,
this.renderNewlines = false,
this.html,
Expand All @@ -175,6 +176,7 @@ class HtmlRichTextParser extends StatelessWidget {

final double indentSize = 10.0;

final double width;
final onLinkTap;
final bool renderNewlines;
final String html;
Expand Down

0 comments on commit d0667c8

Please sign in to comment.