Skip to content

Commit

Permalink
Migrate to nullsafety
Browse files Browse the repository at this point in the history
  • Loading branch information
TinoGuo committed Jan 23, 2021
1 parent 6e000e7 commit d60ac97
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/src/decoration/decoration_underline.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ class UnderlineDecoration extends PinDecoration
required this.colorBuilder,
this.lineHeight: 2.0,
this.bgColorBuilder,
}) : assert(colorBuilder != null),
super(
}) : super(
textStyle: textStyle,
obscureStyle: obscureStyle,
errorText: errorText,
Expand Down

0 comments on commit d60ac97

Please sign in to comment.