ViewPaddingImpl constructor

const ViewPaddingImpl({
  1. double bottom = 0,
  2. double top = 0,
  3. double left = 0,
  4. double right = 0,
})

Implementation

const ViewPaddingImpl({
  this.bottom = 0,
  this.top = 0,
  this.left = 0,
  this.right = 0,
});