FadeContainer constructor
const
FadeContainer({})
Implementation
const FadeContainer({
Key? key,
required this.child,
required this.shaderRect,
this.fadeColor,
this.fadeColors,
this.begin = Alignment.topCenter,
this.end = Alignment.bottomCenter,
this.stops,
this.blendMode = BlendMode.srcATop,
}) : super(key: key);