StacAlign constructor

const StacAlign({
  1. StacAlignmentDirectional? alignment,
  2. double? widthFactor,
  3. double? heightFactor,
  4. StacWidget? child,
})

Creates a StacAlign with optional alignment and sizing properties.

Implementation

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