OverlaySafeArea constructor
const
OverlaySafeArea({})
Creates an OverlaySafeArea.
Implementation
const OverlaySafeArea({
required this.top,
required this.bottom,
required this.left,
required this.right,
});
Creates an OverlaySafeArea.
const OverlaySafeArea({
required this.top,
required this.bottom,
required this.left,
required this.right,
});