StackSpecAttribute constructor

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

Implementation

const StackSpecAttribute({
  this.alignment,
  this.fit,
  this.textDirection,
  this.clipBehavior,
  super.animated,
});