6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 7485ea04
Changed files
comwell_key_app/lib/common/components/bottom_sheet_widget.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
Diff
diff --git a/comwell_key_app/lib/common/components/bottom_sheet_widget.dart b/comwell_key_app/lib/common/components/bottom_sheet_widget.dart
index aab67db0..936c25cb 100644
--- a/comwell_key_app/lib/common/components/bottom_sheet_widget.dart
+++ b/comwell_key_app/lib/common/components/bottom_sheet_widget.dart
@@ -1,3 +1,4 @@
+import 'package:comwell_key_app/themes/light_theme.dart';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:snapping_sheet/snapping_sheet.dart';
@@ -85,7 +86,7 @@ class _BottomSheetWidgetState extends State<BottomSheetWidget> {
child: SingleChildScrollView(
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
- children: widgetChildren)),
+ children: widget.widgetChildren)),
),
),
);