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 5f9b4b1 commit d31f20dCopy full SHA for d31f20d
lib/components/bottom_sheet/gf_bottom_sheet.dart
@@ -167,7 +167,6 @@ class _GFBottomSheetState extends State<GFBottomSheet> with TickerProviderState
167
}
168
169
class GFBottomSheetController extends ValueNotifier<bool> {
170
-
171
GFBottomSheetController() : super(false);
172
173
/// Defines the height of the GFBottomSheet's contentBody
0 commit comments