mirror of
https://github.com/Iconica-Development/flutter_start.git
synced 2025-05-18 18:13:45 +02:00
Merge pull request #25 from Iconica-Development/fix/use-correct-intro-screen-check-boolean
fix: use startWithIntroScreen instead of showIntroduction boolean for…
This commit is contained in:
commit
e357f2fd0f
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class NavigatorStartUserStory extends StatelessWidget {
|
|||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
if (configuration.showIntroduction) {
|
||||
if (configuration.startWithIntroScreen) {
|
||||
return _introduction(configuration, context, onComplete);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue