CustomSafeArea constructor
Implementation
const CustomSafeArea({
super.key,
this.top = true,
this.right = true,
this.left = true,
this.bottom = true,
required this.child,
});
const CustomSafeArea({
super.key,
this.top = true,
this.right = true,
this.left = true,
this.bottom = true,
required this.child,
});