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