StacAlign constructor
const
StacAlign({
- StacAlignmentDirectional? alignment,
- double? widthFactor,
- double? heightFactor,
- StacWidget? child,
Creates a StacAlign with optional alignment and sizing properties.
Implementation
const StacAlign({
this.alignment,
this.widthFactor,
this.heightFactor,
this.child,
});