Skip to content

Commit da43e3c

Browse files
authored
Fix = null in the constructor
1 parent 2e0de89 commit da43e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/intro_views_flutter.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class IntroViewsFlutter extends StatefulWidget {
115115
this.doneButtonPersist = false,
116116
this.columnMainAxisAlignment = MainAxisAlignment.spaceAround,
117117
this.fullTransition = FULL_TARNSITION_PX,
118-
this.background = null,
118+
this.background,
119119
}) : super(key: key);
120120

121121
@override

0 commit comments

Comments
 (0)