We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2ec86c commit b32d9aeCopy full SHA for b32d9ae
lib/components/accordian/gf_accordian.dart
@@ -19,7 +19,7 @@ class GFAccordion extends StatefulWidget {
19
this.titleborder = const Border(),
20
this.contentBorder = const Border(),
21
this.margin,
22
- this.showAccordion})
+ this.showAccordion = false})
23
: super(key: key);
24
25
/// controls if the accordion should be collapsed or not making it possible to be controlled from outside
0 commit comments