SafeAreaValues constructor

const SafeAreaValues({
  1. bool left = true,
  2. bool right = true,
  3. bool top = true,
  4. bool bottom = true,
  5. EdgeInsets minimum = EdgeInsets.zero,
  6. bool maintainBottomViewPadding = false,
})

Implementation

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