CenteredLayoutDelegate constructor
CenteredLayoutDelegate({})
Creates a CenteredLayoutDelegate with optional gap parameters. All gaps default to 0 if not provided.
Implementation
CenteredLayoutDelegate({
this.topGap = 0,
this.bottomGap = 0,
this.leftGap = 0,
this.rightGap = 0,
});