ArcaneFadeEdge.bottom constructor

const ArcaneFadeEdge.bottom({
  1. String? color,
  2. String? width,
  3. String? height,
  4. String? zIndex,
  5. Key? key,
})

Implementation

const ArcaneFadeEdge.bottom({
  this.color,
  this.width,
  this.height,
  this.zIndex,
  super.key,
}) : direction = FadeDirection.bottom;