FadeEdgeProps constructor

const FadeEdgeProps({
  1. required FadeDirection direction,
  2. String? color,
  3. String? width,
  4. String? height,
  5. String? zIndex,
})

Implementation

const FadeEdgeProps({
  required this.direction,
  this.color,
  this.width,
  this.height,
  this.zIndex,
});