StackParams constructor

const StackParams({
  1. AlignmentGeometry? alignment,
  2. TextDirection? textDirection,
  3. StackFit? fit,
  4. Clip? clipBehavior,
})

Implementation

const StackParams({
  this.alignment,
  this.textDirection,
  this.fit,
  this.clipBehavior,
});