AlignEffect constructor

AlignEffect({
  1. AlignmentGeometry alignment = AlignmentDirectional.topStart,
})

Creates a AlignEffect with the given alignment and fractional.

Implementation

AlignEffect({
  this.alignment = AlignmentDirectional.topStart,
});