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