ModulaAlign constructor

const ModulaAlign({
  1. required Widget child,
  2. Key? key,
  3. AlignmentGeometry alignment = Alignment.center,
  4. double? widthFactor,
  5. double? heightFactor,
})

Implementation

const ModulaAlign({
  required this.child,
  super.key,
  this.alignment = Alignment.center,
  this.widthFactor,
  this.heightFactor,
});