SafeAreaOption constructor
const
SafeAreaOption({})
Implementation
const SafeAreaOption({
this.left = true,
this.top = true,
this.right = true,
this.bottom = true,
this.minimum = EdgeInsets.zero,
this.maintainBottomViewPadding = false,
});