FractionallySizedBoxModifierAttribute constructor
const
FractionallySizedBoxModifierAttribute({
- double? widthFactor,
- double? heightFactor,
- AlignmentGeometry? alignment,
Implementation
const FractionallySizedBoxModifierAttribute({
this.widthFactor,
this.heightFactor,
this.alignment,
});