Skip to content

Commit

Permalink
Version 0.9.1 (quickfix)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sub6Resources committed Feb 1, 2019
1 parent 82a1e6b commit 66851b1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lib/html_parser.dart
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ class LinkBlock extends Container {
// final OnLinkTap onLinkTap;
final List<Widget> children;

LinkBlock(
{String url,
EdgeInsets padding,
EdgeInsets margin,
OnLinkTap onLinkTap,
List<Widget> this.children})
: super(
LinkBlock({
String url,
EdgeInsets padding,
EdgeInsets margin,
OnLinkTap onLinkTap,
this.children,
}) : super(
padding: padding,
margin: margin,
child: GestureDetector(
Expand Down

0 comments on commit 66851b1

Please sign in to comment.