CenteredLayoutDelegate constructor

CenteredLayoutDelegate({
  1. double topGap = 0,
  2. double bottomGap = 0,
  3. double leftGap = 0,
  4. double rightGap = 0,
})

Implementation

CenteredLayoutDelegate({
  this.topGap = 0,
  this.bottomGap = 0,
  this.leftGap = 0,
  this.rightGap = 0,
});