JsonPositionedBuilder constructor

JsonPositionedBuilder({
  1. double? bottom,
  2. double? height,
  3. double? left,
  4. double? right,
  5. double? top,
  6. double? width,
})

Implementation

JsonPositionedBuilder({
  this.bottom,
  this.height,
  this.left,
  this.right,
  this.top,
  this.width,
}) : super(numSupportedChildren: kNumSupportedChildren);