FadeEdgeProps constructor
const
FadeEdgeProps({
- required FadeDirection direction,
- String? color,
- String? width,
- String? height,
- String? zIndex,
Implementation
const FadeEdgeProps({
required this.direction,
this.color,
this.width,
this.height,
this.zIndex,
});