Set default value for boolean arg

This commit is contained in:
Vishnu Mohandas 2021-02-08 14:13:36 +05:30
parent 8fbc93be34
commit 79f4a76c40

View file

@ -35,7 +35,7 @@ class Gallery extends StatefulWidget {
this.headerWidget,
@required this.selectedFiles,
@required this.tagPrefix,
this.isHomePageGallery,
this.isHomePageGallery = false,
});
@override