GradientMask constructor
const
GradientMask({})
Implementation
const GradientMask({
super.key,
required this.child,
this.gradient = const LinearGradient(
colors: [Colors.transparent, Colors.black],
begin: Alignment.topCenter,
end: Alignment.bottomCenter,
),
this.blendMode = BlendMode.srcIn,
});