PopupSafeAreaProps constructor

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

Implementation

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