JsonAlignBuilder constructor

JsonAlignBuilder({
  1. AlignmentGeometry? alignment,
  2. double? heightFactor,
  3. double? widthFactor,
})

Implementation

JsonAlignBuilder({
  this.alignment,
  this.heightFactor,
  this.widthFactor,
}) : super(numSupportedChildren: kNumSupportedChildren);