Center constructor

Center({
  1. double? widthFactor,
  2. double? heightFactor,
  3. Widget? child,
})

Implementation

Center({super.widthFactor, super.heightFactor, super.child});