This commit is contained in:
Deven Joshi
2022-01-28 16:40:37 +05:30
parent 9edf02588d
commit 675d332816
@@ -9,7 +9,10 @@ class SimpleSafeArea extends StatefulWidget {
required this.child,
}) : super(key: key);
/// Wrap [child] with [SafeArea]
final bool enabled;
/// Child widget to wrap
final Widget child;
@override