FractionallySizedBoxModifierAttribute constructor

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

Implementation

const FractionallySizedBoxModifierAttribute({
  this.widthFactor,
  this.heightFactor,
  this.alignment,
});