Set default value for boolean arg
This commit is contained in:
parent
8fbc93be34
commit
79f4a76c40
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class Gallery extends StatefulWidget {
|
|||
this.headerWidget,
|
||||
@required this.selectedFiles,
|
||||
@required this.tagPrefix,
|
||||
this.isHomePageGallery,
|
||||
this.isHomePageGallery = false,
|
||||
});
|
||||
|
||||
@override
|
||||
|
|
Loading…
Add table
Reference in a new issue