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