Skip to content

Commit 2e0de89

Browse files
authored
fix property name to backgroundColor
1 parent 6fb9708 commit 2e0de89

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
@@ -234,7 +234,7 @@ class _IntroViewsFlutterState extends State<IntroViewsFlutter>
234234
return Scaffold(
235235
//Stack is used to place components over one another.
236236
resizeToAvoidBottomPadding: false,
237-
color: this.background,
237+
backgroundColor: widget.background,
238238
body: Stack(
239239
children: <Widget>[
240240
Page(

0 commit comments

Comments
 (0)