StacCenter constructor

const StacCenter({
  1. double? widthFactor,
  2. double? heightFactor,
  3. StacWidget? child,
})

Creates a center widget with optional sizing factors and child.

Implementation

const StacCenter({this.widthFactor, this.heightFactor, this.child});