ModulaFractionallySizedBox constructor
const
ModulaFractionallySizedBox({
- required Widget child,
- Key? key,
- double? widthFactor,
- double? heightFactor,
- AlignmentGeometry alignment = Alignment.center,
Implementation
const ModulaFractionallySizedBox({
required this.child,
super.key,
this.widthFactor,
this.heightFactor,
this.alignment = Alignment.center,
});