StacCenter constructor
const
StacCenter({
- double? widthFactor,
- double? heightFactor,
- StacWidget? child,
Creates a center widget with optional sizing factors and child.
Implementation
const StacCenter({this.widthFactor, this.heightFactor, this.child});